# 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 = "datagen" version = "0.1.4" authors = ["Arun Manivannan "] include = ["src/**/*", "Cargo.toml"] description = "An easy to use tool to generate fake data in bulk and export it as Avro, Parquet or directly into your database as tables" readme = "README.md" license = "MIT" repository = "https://github.com/arunma/datagen" [profile.release] panic = "unwind" overflow-checks = false incremental = false [dependencies.avro-rs] version = "^0.6" [dependencies.chrono] version = "0.4.9" [dependencies.csv] version = "1.0.7" [dependencies.failure] version = "0.1.1" [dependencies.failure-tools] version = "4.0.2" [dependencies.fake] version = "2.0" features = ["chrono"] [dependencies.rand] version = "0.7.2" [dependencies.rand_distr] version = "0.2.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.92" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.2" [dev-dependencies.bincode] version = "1.1.4" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.version-sync] version = "0.5"