# 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 = "icinga-mock" version = "0.1.0" authors = ["Lu Fennell "] description = "A server mocking icinga responses for testing." keywords = ["icinga", "monitoring", "istamon"] categories = ["development-tools::testing"] license = "MIT" repository = "https://gitlab.com/lu-fennell/istamon" [dependencies.axum] version = "0.4.2" [dependencies.chrono] version = "0.4.19" [dependencies.hyper] version = "0.14.15" [dependencies.icinga-client] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.structopt] version = "0.3.25" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tower] version = "0.4.11" [dependencies.tower-http] version = "0.2.0" features = ["auth"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.pretty_assertions] version = "1.0.0"