# 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 = "datahobbit" version = "1.0.0" description = "A tool that generates CSV or Parquet files with synthetic data based on a provided JSON schema" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "datahobbit" crate-type = ["cdylib"] [dependencies.anyhow] version = "1.0.91" [dependencies.arrow] version = "53.2.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.csv] version = "1.2" [dependencies.fake] version = "3.0.0" features = ["derive"] [dependencies.indicatif] version = "0.17.8" [dependencies.parquet] version = "53.2.0" [dependencies.pyo3] version = "0.22.5" features = ["extension-module"] [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"