# 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 = "spirit-dipstick" version = "0.3.0" authors = ["Michal 'vorner' Vaner "] include = ["Cargo.toml", "README.md", "src/**"] description = "Automatic configuration of dipstick backends" documentation = "https://docs.rs/spirit-dipstick" readme = "README.md" keywords = ["dipstick", "metrics", "configuration", "spirit"] categories = ["config", "development-tools::profiling"] license = "Apache-2.0 OR MIT" repository = "https://github.com/vorner/spirit" [dependencies.dipstick] version = "~0.9" default-features = false [dependencies.err-context] version = "~0.1" [dependencies.log] version = "~0.4" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.spirit] version = "~0.4.0" default-features = false [dependencies.structdoc] version = "~0.1" optional = true [dev-dependencies.env_logger] version = "~0.7" [dev-dependencies.version-sync] version = "~0.9" [features] cfg-help = ["spirit/cfg-help", "structdoc"] default = ["cfg-help"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/spirit"