# 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.75.0" name = "edm-axum" version = "0.2.0" authors = ["安文 <anwentec@126.com>"] description = "Next-generation framework for Enterprise Data Management applicatins in Rust." homepage = "https://gitee.com/plm-next/edm" documentation = "https://docs.rs/edm" readme = "README.md" keywords = [ "http", "web", "framework", "PDM", "PLM", ] categories = [ "asynchronous", "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://gitee.com/plm-next/edm" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1.77" [dependencies.axum] version = "0.6.20" features = [ "http2", "matched-path", "original-uri", "query", "tokio", "tracing", "ws", ] [dependencies.bytes] version = "1.5.0" [dependencies.edm-core] version = "0.2.0" features = ["runtime-tokio"] [dependencies.futures] version = "0.3.30" [dependencies.image] version = "0.24.7" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde_json] version = "1.0.111" [dependencies.tokio] version = "1.35.1" features = [ "macros", "parking_lot", "rt-multi-thread", "signal", ] [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [dependencies.tower] version = "0.4.13" features = ["timeout"] [dependencies.tower-http] version = "0.4.4" features = [ "add-extension", "compression-br", "compression-gzip", "cors", "decompression-br", "decompression-gzip", "fs", "trace", ] [dependencies.tracing] version = "0.1.40" [dependencies.utoipa] version = "4.2.0" features = ["axum_extras"] [dependencies.utoipa-rapidoc] version = "1.0.0" features = ["axum"] [features] default = ["view"] view = ["edm-core/view"]