# 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 = "redact-store" version = "1.2.16" authors = ["ajp <8890201+ajpauwels@users.noreply.github.com>"] exclude = [".dockerignore", ".git", ".gitignore", ".lighthouse", "charts", "preview", "Dockerfilest", "Dockerfilest.dev", "Dockerfilest.test", "OWNERS", "OWNERS_ALIASES", "tarpaulin-report.html"] description = "Provides a common interface on top of storage backings" documentation = "https://docs.rs/redact-store" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/pauwels-labs/redact-store.git" [dependencies.async-recursion] version = "0.3.2" [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.13.0" [dependencies.bson] version = "2.0.1" [dependencies.chrono] version = "0.4.19" [dependencies.der] version = "0.5.1" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3.17" [dependencies.hyper] version = "0.14.15" [dependencies.log] version = "0.4" [dependencies.mongodb] version = "2.0.2" [dependencies.pkcs8] version = "0.8.0" features = ["pem", "alloc"] [dependencies.pretty_env_logger] version = "0.4" [dependencies.redact-config] version = "1.0.1" [dependencies.redact-crypto] version = "2.7.1" [dependencies.rustls-pemfile] version = "0.2.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.71" [dependencies.tokio] version = "1.14.0" features = ["macros", "rt-multi-thread"] [dependencies.tokio-rustls] version = "0.23.1" features = ["dangerous_configuration"] [dependencies.warp] version = "0.3.2" features = ["tls"] [dependencies.x509-parser] version = "0.12.0"