# 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 = "apikeys-rs" version = "0.1.0" description = "Apikeys-rs is a comprehensive toolkit designed to streamline API key management for your backend services" readme = "README.md" license = "MIT" repository = "https://github.com/iltumio/apikeys-rs" [dependencies.async-trait] version = "0.1.76" [dependencies.axum] version = "0.7.3" [dependencies.bson] version = "2.8.1" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.0.0" [dependencies.mongodb] version = "2.8.0" [dependencies.redis] version = "0.25.4" features = [ "tokio-rustls-comp", "tokio-comp", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.109" [dependencies.tower] version = "0.4.11" [dependencies.tracing] version = "0.1.40" [dev-dependencies.rusty-hook] version = "0.11.2" [dev-dependencies.tokio] version = "1.35.0" features = ["full"]