# 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 = "rustium" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust application framework that values concurrency, performance, and scalability" homepage = "https://github.com/Cryptoware-ME/rustium.git" readme = "README.md" license = "MIT" repository = "https://github.com/Cryptoware-ME/rustium.git" [lib] name = "rustium" path = "src/lib.rs" [dependencies.amqprs] version = "2.0.0" [dependencies.argon2] version = "0.5.3" [dependencies.axum] version = "0.7.5" [dependencies.axum-extra] version = "0.9.4" features = ["typed-header"] [dependencies.bytes] version = "1.7.2" [dependencies.chrono] version = "0.4.31" [dependencies.config] version = "0.14.0" [dependencies.http] version = "1.0.0" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.mime] version = "0.3.17" [dependencies.modql] version = "0.4.0" [dependencies.more-di] version = "3.1.0" [dependencies.more-di-axum] version = "0.2.0" [dependencies.once_cell] version = "1.19.0" [dependencies.redis] version = "0.27.2" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.surrealdb] version = "2.0.1" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tower-http] version = "0.6.0" features = [ "trace", "compression-br", "propagate-header", "sensitive-headers", "cors", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"