# 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-crypto" version = "2.7.1" authors = ["Alexandre Pauwels <8890201+ajpauwels@users.noreply.github.com>"] exclude = [".dockerignore", ".gitignore", ".lighthouse", "Dockerfile.test", "OWNERS", "OWNERS_ALIASES"] description = "Crypto abstractions for the Redact framework" documentation = "https://docs.rs/redact-crypto" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/pauwels-labs/redact-crypto.git" [dependencies.async-recursion] version = "0.3.2" [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.cloud-storage] version = "0.10.3" [dependencies.cookie-factory] version = "0.3.2" [dependencies.der] version = "0.5.1" features = ["alloc"] [dependencies.futures] version = "0.3.17" [dependencies.hex] version = "0.4.3" [dependencies.mockall] version = "0.10.2" [dependencies.mongodb] version = "2.0.2" [dependencies.once_cell] version = "1.8.0" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "^0.11.4" features = ["json", "rustls-tls"] [dependencies.ring] version = "0.16.20" features = ["std"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_json] version = "1.0.71" [dependencies.sha-1] version = "0.9.8" [dependencies.sodiumoxide] version = "0.2.7" [dependencies.spki] version = "0.5.2" [dependencies.strum] version = "0.23.0" features = ["derive"] [dependencies.uuid] version = "0.8.2" features = ["v4", "serde"] [dependencies.x509] version = "0.2.0" [dev-dependencies.tokio] version = "1.14.0" features = ["macros", "rt-multi-thread"]