# 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 = "imserious" version = "0.2.0" include = [ "/src", "README.md", "LICENSE.txt", ] description = "Execute commands in response to Internet Message Store Events" readme = "README.md" keywords = [ "api", "automation", "email", "server", ] categories = [ "command-line-utilities", "email", ] license = "MIT" repository = "https://github.com/Freaky/IMSErious" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [profile.release] opt-level = "s" lto = "thin" [dependencies.anyhow] version = "1.0.57" [dependencies.axum] version = "0.5.3" [dependencies.axum-server] version = "0.4.0" features = ["tls-rustls"] [dependencies.futures] version = "0.3.21" [dependencies.governor] version = "0.4.2" [dependencies.gumdrop] version = "0.8.1" [dependencies.humantime] version = "2.1.0" [dependencies.ipnet] version = "2.5.0" features = ["serde"] [dependencies.nonzero_ext] version = "0.3.0" [dependencies.read-restrict] version = "0.3.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.shell-words] version = "1.1.0" [dependencies.strum] version = "0.24.0" features = ["derive"] [dependencies.tokio] version = "1.17.0" features = [ "macros", "net", "process", "rt", "signal", "sync", "time", ] [dependencies.toml] version = "0.5.9" [dependencies.tower] version = "0.4" features = [ "util", "timeout", "load-shed", "limit", ] [dependencies.tower-http] version = "0.3" features = [ "auth", "trace", ] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" features = [ "env-filter", "std", "fmt", "ansi", "json", ] default-features = false