# 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 = "med_cli" version = "0.6.4" authors = ["Wei Huang "] description = "A Rust Powered CLI tool for CSV/JSON Masking, Encryption, and Decryption." homepage = "https://github.com/jayhuang75/rust-cli-med" readme = "README.md" keywords = [ "cli", "encrypt", "decrypt", "masking", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/jayhuang75/rust-cli-med" resolver = "1" [[bin]] name = "med" path = "src/main.rs" [dependencies.clap] version = "^4.2.5" features = ["cargo"] [dependencies.colored] version = "^2.0.0" [dependencies.med_core] version = "0.6.4" [dependencies.num_cpus] version = "^1.15.0" [dependencies.serde_json] version = "^1.0.96" [dependencies.tokio] version = "^1.28.0" features = ["full"] [dependencies.tracing] version = "^0.1.37" features = ["log"] [dependencies.tracing-subscriber] version = "^0.3.17" features = ["fmt"] default-features = false