# 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 = "structopt-yaml" version = "0.4.6" authors = ["matthew.t.stump@gmail.com"] build = "build.rs" description = "An default value loader from YAML for structopt" readme = "../README.md" keywords = ["cli", "structopt", "clap", "json", "yaml"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/mstump/structopt-yaml" [[package.metadata.release.pre-release-replacements]] file = "../README.md" replace = "structopt-yaml = \"{{version}}\"" search = "structopt-yaml = \"[a-z0-9\\.-]+\"" [dependencies.clap] version = "2.33" default-features = false [dependencies.failure] version = "0.1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3.21" default-features = false [dependencies.structopt-yaml-derive] version = "^0.4.6" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13" [features] default = ["clap/default", "structopt/default"] [badges.codecov] branch = "main" repository = "mstump/structopt-yaml" service = "github" [badges.travis-ci] repository = "mstump/structopt-yaml"