# 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 = "aegis-waf" version = "3.3.1" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "simple web application firewall" homepage = "https://github.com/utibeabasi6/aegis" readme = "README.md" license = "MIT" [[bin]] name = "aegis" path = "src/main.rs" [dependencies.actix-web] version = "4.9.0" [dependencies.bb8] version = "0.8.5" [dependencies.bb8-redis] version = "0.17.0" [dependencies.bytes] version = "1.7.2" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" [dependencies.opentelemetry] version = "0.26.0" [dependencies.opentelemetry-otlp] version = "0.26.0" [dependencies.opentelemetry-semantic-conventions] version = "0.26.0" [dependencies.opentelemetry_sdk] version = "0.26.0" features = ["rt-tokio"] [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tower] version = "0.5.1" [dependencies.tower-http] version = "0.6.1" features = [ "timeout", "trace", "request-id", ] [dependencies.tracing] version = "0.1" features = [ "std", "attributes", ] [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "serde", "json", "fmt", "tracing-log", "env-filter", ] [dependencies.url] version = "2.5.2"