# 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 = "data_vault" version = "0.3.4" authors = ["tcross "] description = "Data Vault is a modular, pragmatic, credit card vault for Rust." documentation = "https://docs.rs/data_vault" readme = "README.md" license = "MIT" repository = "https://github.com/chmoder/data_vault/" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] bench = false [[bench]] name = "data_vault_benchmark" harness = false [dependencies.aes] version = "^0.7" [dependencies.aes-gcm-siv] version = "^0.10" [dependencies.async-trait] version = "^0.1" [dependencies.blake3] version = "^0.3" [dependencies.block-modes] version = "^0.8" [dependencies.config] version = "^0.11" default-features = false [dependencies.credit_card] version = "^0.1" [dependencies.deadpool-postgres] version = "^0.9" [dependencies.deadpool-redis] version = "^0.8" [dependencies.dotenv] version = "^0.15" [dependencies.hex] version = "^0.4" [dependencies.rand] version = "^0.8" [dependencies.redis] version = "^0.20" features = ["aio"] default-features = false [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dev-dependencies.criterion] version = "^0.3" [dev-dependencies.env_logger] version = "^0.8" [dev-dependencies.futures] version = "^0.3" [dev-dependencies.log] version = "^0.4" [dev-dependencies.redis] version = "^0.20" features = ["tokio-comp"] default-features = false [dev-dependencies.tokio] version = "^1" features = ["macros", "rt-multi-thread"]