# 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.71.0" name = "shenyu-client-rust" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apache ShenYu Rust client SDK." homepage = "https://shenyu.apache.org" readme = "README.md" keywords = ["shenyu"] categories = [ "api-bindings", "network-programming", "web-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/apache/shenyu-client-rust" [lib] name = "shenyu_client_rust" path = "src/lib.rs" [dependencies.actix-web] version = "4.9.0" optional = true [dependencies.axum] version = "0.7.5" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.dashmap] version = "6.0.1" [dependencies.local-ip-address] version = "0.4.9" [dependencies.prost] version = "0.13.1" [dependencies.quote] version = "1.0.36" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tonic] version = "0.12.1" [dependencies.tonic-reflection] version = "0.12.1" [dependencies.tower-service] version = "0.3.3" [dependencies.ureq] version = "2" features = ["json"] [dev-dependencies.mockall] version = "0.10.2" [features] actix-web = ["dep:actix-web"] axum = ["dep:axum"] default = []