# 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" rust-version = "1.76.0" name = "jty-converter" version = "0.1.2" authors = ["Alberto Cebada Aleu "] description = "JTY-Converter is a command-line tool built in Rust for effortlessly converting between JSON, TOML, and YAML file formats." homepage = "https://github.com/alceal/jty-converter" readme = "README.md" keywords = [ "converter", "json", "toml", "yaml", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alceal/jty-converter" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.serde_json] version = "1.0.113" [dependencies.serde_yaml] version = "0.9.31" [dependencies.thiserror] version = "1.0.57" [dependencies.toml] version = "0.8.10" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"