# 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_core" version = "0.6.4" authors = ["Wei Huang "] description = "A Rust Powered Core Engine for M.E.D. Masking, Encryption, and Decryption CSV/JSON" 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" [dependencies.async-trait] version = "0.1.68" [dependencies.clap] version = "^4.2.5" features = ["cargo"] [dependencies.colored] version = "^2.0.0" [dependencies.csv] version = "1.2.2" [dependencies.dirs] version = "5.0.1" [dependencies.flume] version = "0.10.14" [dependencies.indicatif] version = "0.17.4" features = ["rayon"] [dependencies.magic-crypt] version = "3.1.12" [dependencies.num_cpus] version = "^1.15.0" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "^1.0.96" [dependencies.serde_yaml] version = "0.9.21" [dependencies.sqlx] version = "0.6.3" features = [ "runtime-tokio-native-tls", "sqlite", "offline", ] [dependencies.threadpool] version = "1.8.1" [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 [dependencies.walkdir] version = "2.3.3" [dependencies.whoami] version = "1.4.0" [build-dependencies.openssl] version = "^0.10.54" features = ["vendored"]