summaryrefslogtreecommitdiff
path: root/METADATA
blob: 9cf6c816739ecbf3b4f1528e9afe09db61143d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
  }
}