# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "structopt-toml" version = "0.5.1" authors = ["dalance@gmail.com"] build = "build.rs" description = "An default value loader from TOML for structopt" readme = "README.md" keywords = [ "cli", "structopt", "clap", "derive", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/dalance/structopt-toml" [[package.metadata.release.pre-release-replacements]] file = "../README.md" search = 'structopt-toml = "[a-z0-9\.-]+"' replace = "structopt-toml = \"{{version}}\"" [dependencies.anyhow] version = "1.0.42" [dependencies.clap] version = "2.33.0" default-features = false [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.structopt] version = "0.3.11" default-features = false [dependencies.structopt-toml-derive] version = "^0.5.1" [dependencies.toml] version = "0.5.6" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13" [features] default = [ "clap/default", "structopt/default", ] [badges.codecov] branch = "master" repository = "dalance/structopt-toml" service = "github" [badges.travis-ci] repository = "dalance/structopt-toml"