# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ncase" version = "0.2.2" authors = ["Stas Miasnikou "] description = "Enforce a case style" readme = "README.md" keywords = [ "convert", "text", "case", "style", ] categories = [ "command-line-utilities", "text-processing", ] license = "ISC" repository = "https://codeberg.org/xmyst/ncase.git" [package.metadata.docs.rs] all-features = true [profile.release] lto = "thin" strip = true [[bench]] name = "build" harness = false [[bench]] name = "split" harness = false [dependencies.anyhow] version = "1" [dependencies.argh] version = "0.1" [dependencies.itertools] version = "0.12" [dependencies.rand] version = "0.8" features = ["small_rng"] optional = true [dependencies.regex] version = "1" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.proptest] version = "1"