# 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 = "twas" version = "1.0.0" description = "A text substitution application for using random look-up tables to generate text in a manner similar to the Mad Libs game." homepage = "https://github.com/DrPlantabyte/twas.git" documentation = "https://docs.rs/twas/" readme = "README.md" keywords = [ "mad-lib", "text", "substitution", "random", ] categories = ["text-processing"] license = "MPL-2.0" repository = "https://github.com/DrPlantabyte/twas.git" [lib] name = "twas" path = "src/lib.rs" [[bin]] name = "twas" path = "src/app.rs" required-features = ["app"] [dependencies.bytemuck] version = "1.13" [dependencies.clap] version = "4.3" features = [ "std", "color", "help", "usage", "error-context", "suggestions", "derive", "unicode", "wrap_help", ] optional = true [dependencies.csv] version = "1.3" [dependencies.dicexp] version = "1.1.1" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tempfile] version = "3" [dependencies.utf8-chars] version = "3.0.1" [dependencies.zip] version = "0.6" [features] app = ["clap"]