# 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 = "joindoe" version = "0.1.0" authors = ["Felipe Coury "] description = "Utility to deidentify sensitive data" readme = "README.md" license = "Apache-2.0" resolver = "2" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.9.0" [dependencies.fake] version = "2.5" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rust-s3] version = "0.32" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tempfile] version = "3.3" [dependencies.tokio] version = "1.20.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.6" [dependencies.unicode-segmentation] version = "1.9"