# 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 = "ifnk_axum_util" version = "0.1.5" authors = ["ifnk"] description = "自己用的 axum util通用库" readme = "README.md" license = "MIT" [lib] name = "ifnk_axum_util" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.axum] version = "0.7.5" features = [ "multipart", "ws", ] [dependencies.chrono] version = "0.4.38" [dependencies.http] version = "1.1.0" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1.37.0" [dependencies.toml] version = "0.8.12" [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.5.2" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]