# 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 = "viperus" version = "0.1.10" authors = ["mauro cordioli "] exclude = ["tarpaulin-report.html"] description = "Viperus is an (in)complete configuration solution for rust applications heavly inspired by the GO package Viper.It supports defaults reading from JSON, TOML, YAML, envfile,java properties, environment variables reading from Clap command line flags setting explicit values" readme = "README.md" keywords = ["config", "yaml", "toml", "json", "dotenv"] license = "MIT OR Apache-2.0" repository = "https://github.com/maurocordioli/viperus" [[bench]] name = "benchmark_cache" harness = false [dependencies.clap] version = "2.33.0" optional = true [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.java-properties] version = "1.2.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4" [dependencies.notify] version = "4.0.0" optional = true [dependencies.serde] version = "1.0.0" optional = true [dependencies.serde_json] version = "1.0.44" optional = true [dependencies.serde_yaml] version = "0.8.11" optional = true [dependencies.toml] version = "0.5.5" optional = true [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.tempfile] version = "3.1.0" [features] cache = [] default = ["global", "cache", "watch", "notify", "fmt-yaml", "fmt-json", "fmt-env", "fmt-toml", "fmt-javaproperties", "fmt-clap"] fmt-clap = ["clap"] fmt-env = ["dotenv"] fmt-javaproperties = ["java-properties"] fmt-json = ["serde", "serde_json"] fmt-toml = ["toml"] fmt-yaml = ["serde", "serde_yaml"] global = ["lazy_static"] watch = ["global", "notify"] [badges.coveralls] branch = "master" repository = "maurocordioli/viperus" service = "github" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "maurocordioli/viperus"