# 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" version = "0.2.2" authors = ["w-sodalite@hotmail.com"] description = "使用`RUST`开发的轻量、高性能的HTTP网关,基于`tokio`、`hyper`、`tower`构建。" readme = "README.md" keywords = [ "Gateway", "Router", "Http", "Proxy", ] license = "Apache-2.0" repository = "https://github.com/w-sodalite/satex.git" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.satex-core] version = "0.2.2" [dependencies.satex-serve] version = "0.2.2" [dependencies.tokio] version = "1.34" features = [ "macros", "rt-multi-thread", ]