# 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 = "2018" name = "miss-demeanor" version = "0.3.2" authors = ["John Baublitz "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "Fast, parallel, pluggable process compliance checker" readme = "README.md" keywords = [ "process", "compliance", "plugin", ] license = "BSD-3-Clause" repository = "https://github.com/jbaublitz/miss-demeanor" [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.5.13" [dependencies.futures] version = "0.3" [dependencies.getopts] version = "0.2.18" [dependencies.hyper] version = "0.14.19" features = [ "server", "http1", "http2", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.libc] version = "0.2.43" [dependencies.libloading] version = "0.5.0" [dependencies.log] version = "0.4.5" [dependencies.miss-demeanor-pluginutils] version = "0.3.0" [dependencies.native-tls] version = "0.2.1" [dependencies.serde] version = "1.0.80" [dependencies.serde_derive] version = "1.0.80" [dependencies.tokio] version = "1.8.4" features = [ "net", "rt-multi-thread", "macros", ] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tokio-stream] version = "0.1.8" features = ["net"] [dependencies.toml] version = "0.4.8"