# 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 = "yj" version = "1.2.4" authors = ["Bruce Adams "] description = "Command line tool that converts YAML to JSON" homepage = "https://github.com/bruceadams/yj" readme = "README.md" keywords = [ "cli", "json", "yaml", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/bruceadams/yj" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", "wrap_help", ] [dependencies.exitfailure] version = "0.5.1" [dependencies.serde_json] version = "1.0" features = [ "arbitrary_precision", "preserve_order", ] [dependencies.serde_yaml] version = "0.9.16" [dependencies.snafu] version = "0.7.4"