# 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 = "satex-core" version = "0.2.2" authors = ["w-sodalite@hotmail.com"] description = "Satex核心库,提供基础和通用的一些功能。" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/w-sodalite/satex.git" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.bytes] version = "1.5" [dependencies.concat-idents] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.http-body-util] version = "0.1" [dependencies.http-serde] version = "2.0" [dependencies.hyper] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.pin-project-lite] version = "0.2" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-this-or-that] version = "0.4" [dependencies.serde_yaml] version = "0.9" [dependencies.sync_wrapper] version = "0.1" [dependencies.tokio] version = "1.34" features = [ "rt", "net", "time", ] [dependencies.tower] version = "0.4" [dependencies.tracing] version = "0.1"