# 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" version = "0.4.0" authors = ["Nathan Essex "] description = "Convert YAML documents to JSON" homepage = "https://github.com/Nessex/yaml2json-rs/blob/master/crates/yaml2json-rs" documentation = "https://docs.rs/yaml2json-rs/" readme = "README.md" keywords = [ "yaml", "json", ] categories = ["encoding"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Nessex/yaml2json-rs" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.serde_yaml] version = "0.9.13" [dependencies.thiserror] version = "1.0.35"