# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "json-generator-rand" version = "0.2.0" authors = ["Boris Zhguchev "] description = "The simple console utility and library to generate JSON items" homepage = "https://github.com/besok/json-generator" readme = "README.md" keywords = ["json", "json-generator", "json-template", "generator"] categories = ["libraries", "Command line utilities", "Development tools"] license-file = "LICENSE" repository = "https://github.com/besok/json-generator" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.curl] version = "0.4.29" [dependencies.log] version = "0.4" [dependencies.nom] version = "6.0" [dependencies.once_cell] version = "1.3.1" [dependencies.rand] version = "0.7.3" [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "^0.7.6" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dev-dependencies.assert_cmd] version = "0.10" [dev-dependencies.predicates] version = "1"