# 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-data" version = "0.4.1" authors = ["Alexandre Pauwels <8890201+ajpauwels@users.noreply.github.com>"] exclude = [".dockerignore", ".gitignore", ".lighthouse", "Dockerfile.test", "OWNERS", "OWNERS_ALIASES"] description = "Data abstractions for the Redact framework" documentation = "https://docs.rs/redact-data" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/pauwels-labs/redact-data.git" [dependencies.async-trait] version = "0.1.42" [dependencies.futures] version = "0.3.8" [dependencies.mobc] version = "0.7.2" [dependencies.mobc-redis] version = "0.7.0" [dependencies.mockall] version = "0.9.0" [dependencies.mongodb] version = "1.2.1" [dependencies.redis] version = "0.20.1" [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.0.2" features = ["macros", "rt-multi-thread"]