# 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 = "2021" name = "yamine" version = "0.4.2" authors = ["Praveen Perera "] description = "A simple CLI for combining json and yaml files" homepage = "https://github.com/avencera/yamine" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/avencera/yamine" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz" [dependencies.anstyle] version = "1.0.3" [dependencies.clap] version = "4.4" features = [ "cargo", "derive", ] [dependencies.color-eyre] version = "0.6" [dependencies.colored] version = "2.0" [dependencies.eyre] version = "0.6" [dependencies.ignore] version = "0.4" [dependencies.indoc] version = "2.0" [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9"