# 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 = "klaxon" version = "0.2.1" authors = ["rotemy"] description = "Alerting and monitoring framework" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.53" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.14" [dependencies.pagerduty-rs] version = "0.1.5" [dependencies.serde] version = "1.0.136" [dev-dependencies.clap] version = "3" features = [ "derive", "env", ] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.maplit] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]