# 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-cfg-helpers" version = "0.4.0" authors = ["Michal 'vorner' Vaner "] include = ["Cargo.toml", "README.md", "src/**"] description = "Helpers for spirit to make interacting with configuration more smooth for the user" documentation = "https://docs.rs/spirit-cfg-helpers" readme = "README.md" keywords = ["configuration", "spirit", "ux"] categories = ["command-line-interface", "config"] license = "Apache-2.0 OR MIT" repository = "https://github.com/vorner/spirit" [dependencies.arc-swap] version = "~1" [dependencies.log] version = "~0.4" [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" optional = true [dependencies.serde_yaml] version = "~0.8" optional = true [dependencies.spirit] version = "~0.4" default-features = false [dependencies.structdoc] version = "~0.1" optional = true default-features = false [dependencies.structopt] version = "~0.3" default-features = false [dependencies.toml] version = "~0.5" [dev-dependencies.once_cell] version = "~1" [dev-dependencies.serde_derive] version = "~1" [dev-dependencies.version-sync] version = "~0.9" [features] cfg-help = ["spirit/cfg-help", "structdoc"] default = ["cfg-help", "json", "yaml"] json = ["serde_json"] yaml = ["serde_yaml"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/spirit"