# 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" rust-version = "1.64" name = "alex-db-server" version = "0.1.0" authors = ["Michal Piotrowski "] description = "AlexDB server." homepage = "https://github.com/idiomatic-rust-com/alex-db" readme = "README.md" keywords = [ "database", "server", ] categories = ["database-implementations"] license = "MIT" repository = "https://github.com/idiomatic-rust-com/alex-db" resolver = "1" [dependencies.alex-db-lib] version = "0.1" [dependencies.axum] version = "0.6" features = ["headers"] [dependencies.axum-macros] version = "0.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.1" features = [ "derive", "env", ] [dependencies.fake] version = "2.5" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.mime] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.25" features = ["full"] [dependencies.tower] version = "0.4" features = [ "timeout", "util", ] [dependencies.tower-http] version = "0.3" features = [ "add-extension", "trace", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.utoipa] version = "3.0" features = [ "axum_extras", "chrono", ] [dependencies.utoipa-swagger-ui] version = "3.0" features = ["axum"] [dependencies.uuid] version = "1.3" features = [ "serde", "v4", ] [dependencies.validator] version = "0.16" features = ["derive"]