# 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 = "gateway-common" version = "0.0.1" authors = ["kwsc98 "] description = "Rust GateWay" license = "Apache-2.0" [dependencies.fusen-proc-macro] version = "0.0.1" [dependencies.hostname] version = "0.4" [dependencies.http-body-util] version = "0.1.0" [dependencies.lazy_static] version = "1" [dependencies.nacos-sdk] version = "0.4" features = [ "naming", "auth-by-http", ] [dependencies.pretty_env_logger] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1.13" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-futures] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dependencies.uuid] version = "1" features = ["v4"]