# 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 = "kagiyama" version = "0.3.0" description = "Opinionated application monitoring framework" homepage = "https://github.com/DanNixon/kagiyama" readme = "README.md" keywords = [ "metrics", "openmetrics", "metrics-gathering", "prometheus", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/DanNixon/kagiyama" [dependencies.anyhow] version = "1.0.57" [dependencies.hyper] version = "0.14.20" features = [ "server", "http1", "tcp", ] [dependencies.log] version = "0.4.17" [dependencies.prometheus-client] version = "0.20.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.tokio] version = "1.19.2" features = [ "macros", "rt-multi-thread", ] [dependencies.tower] version = "0.4.13" features = ["make"]