# 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 = "x2y" version = "0.1.2" authors = ["Ed Needham "] description = """ A data-serialization file transcoder written in Rust. """ homepage = "https://github.com/edneedham/x2y" readme = "README.md" keywords = [ "yaml", "json", "toml", "serialisation", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/edneedham/x2y" [dependencies.clap] version = "4.4.1" features = [ "cargo", "derive", ] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde-transcode] version = "1.1.1" [dependencies.serde_json] version = "1.0.104" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.47" [dependencies.toml] version = "0.7.8" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.tempfile] version = "3.8.0"