# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ops" version = "0.6.0" authors = ["rustaceans "] description = "Adds operational endpoints to your application" documentation = "https://docs.rs/ops/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/utilitywarehouse/rust-ops" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["http1", "server", "tcp"] optional = true [dependencies.once_cell] version = "1" [dependencies.ops-core] version = "0.2" [dependencies.prometheus] version = "0.11" features = ["process"] default-features = false [dependencies.serde] version = "1.0.126" optional = true [dependencies.serde_json] version = "1" [dependencies.trillium] version = "0.1.2" optional = true [dependencies.trillium-router] version = "0.1.1" optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["hyper_server"] hyper_server = ["hyper"] trillium_server = ["serde", "trillium", "trillium-router"]