# 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 = "yaml2json-rs-bin" version = "0.4.0" authors = ["Nathan Essex "] description = "Command line utility to convert YAML files to JSON." homepage = "https://github.com/Nessex/yaml2json-rs" documentation = "https://docs.rs/yaml2json-rs/" readme = "README.md" keywords = [ "yaml", "json", ] categories = [ "command-line-utilities", "encoding", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Nessex/yaml2json-rs" [[bin]] name = "yaml2json" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "3.2.22" features = [ "cargo", "derive", ] [dependencies.yaml-split] version = "=0.4.0" [dependencies.yaml2json-rs] version = "=0.4.0"