# 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 = "sentinel-actix" version = "0.1.0" authors = ["Forsworns <378974295@qq.com>"] exclude = ["/example"] description = """ Sentinel middleware for Actix-Web """ homepage = "https://sentinelguard.io/en-us/" documentation = "https://docs.rs/sentinel-actix/latest" readme = "README.md" keywords = [ "microservices", "flow-control", "sentinel", "reliability", ] categories = [ "concurrency", "network-programming", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/sentinel-group/sentinel-rust/tree/main/middleware/actix" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4" [dependencies.sentinel-core] version = "0.1" features = ["async"]