# 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 = "2018" name = "fakes-gen" version = "0.2.6" authors = ["ogata-k "] description = """ This CLI tool is generate dummys whose option you specified. You can also specify formatter for csv, tsv and json. This program support multi-locale. When not support your locale and you want your locale faker, please pull-request your locale dummy data at https://github.com/ogata-k/fakes-gen-cli/pulls.""" readme = "README.md" keywords = [ "cli", "data", "faker", "generator", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/ogata-k/fakes-gen-cli/tree/master" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "2.33.0" [dependencies.failure] version = "0.1.6" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5.5"