# 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 = "yambler" version = "0.2.0" authors = ["Charlie Ozinga "] description = "Yambler is a tool to stitch reusable yaml snippets together." homepage = "https://github.com/chaaz/versio-actions/tree/changes/yambler/" keywords = ["yaml", "actions", "development", "configuration"] categories = ["command-line-utilities", "config"] license-file = "LICENSE.txt" repository = "https://github.com/chaaz/versio-actions/" [dependencies.clap] version = "2.33" features = ["wrap_help"] [dependencies.env_logger] version = "0.7" [dependencies.error-chain] version = "0.12" [dependencies.serde_yaml] version = "0.8" [dependencies.yaml-rust] version = "0.4"