# 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 = "pouf" version = "0.7.0" authors = ["Ferry Jérémie "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Pouf is a cli program for produce fake datas." homepage = "https://github.com/mothsart/pouf" readme = "README.md" keywords = [ "app", "cli", "faker", "data", "random", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/mothsart/pouf" [lib] name = "pouf" path = "src/lib.rs" [[bin]] name = "pouf" path = "src/main.rs" [[test]] name = "template" path = "tests/template.rs" [dependencies.askama_parser] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.fake] version = "2.5" features = [ "chrono", "http", "semver", "random_color", ] [dependencies.http] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.random_color] version = "0.6" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.unidecode] version = "0.3" [build-dependencies.clap] version = "4.4" features = ["cargo"] [build-dependencies.clap_complete] version = "4.4"