# 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 = "multihook" version = "0.4.2" authors = ["trivernis "] description = "A webhook server" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/Trivernis/multihook.git" [dependencies.chrono] version = "0.4.26" [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.13.3" [dependencies.dirs] version = "5.0.1" [dependencies.fern] version = "0.6.2" [dependencies.glob] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.hyper] version = "0.14.26" features = [ "server", "http1", "http2", "tcp", ] [dependencies.jsonpath] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.sha2] version = "0.10.7" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = [ "macros", "process", "sync", ] [dependencies.toml] version = "0.7.4" [features] default = ["tokio/rt-multi-thread"] singlethreaded = ["tokio/rt"]