# 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 = "ccase" version = "0.4.1" authors = ["Rutrum "] description = "Command line interface to convert strings into any case" documentation = "https://github.com/rutrum/ccase" readme = "README.md" keywords = [ "casing", "case", "string", ] categories = [ "text-processing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/rutrum/ccase" resolver = "2" [[bin]] name = "ccase" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "^4.0" features = [ "cargo", "color", "wrap_help", ] [dependencies.convert_case] version = "0.6" features = ["random"] [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "2.1.1"