# 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 = "clappconfig" version = "0.4.0" authors = ["Ondřej Hruška "] description = "Clap-based app config boilerplate: set up logging, load config, parse args" readme = "README.md" keywords = ["clap", "cli", "logging", "config", "boilerplate"] categories = ["command-line-interface"] license = "MIT" repository = "https://git.ondrovo.com/packages/cli-app-base" [dependencies.anyhow] version = "1.0.28" [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.7" [dependencies.json5] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.smart-default] version = "0.6"