summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..9cf6c81
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "Inflector"
+description: "Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/Inflector"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/Inflector/Inflector-0.11.4.crate"
+ }
+ version: "0.11.4"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2023
+ month: 2
+ day: 14
+ }
+}