# 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 = "convfmt" version = "0.1.6" authors = ["oriontvv "] description = "cli tool which can convert different formats" homepage = "https://github.com/oriontvv/convfmt/" documentation = "https://docs.rs/convfmt" readme = "README.md" keywords = [ "cli", "format", "convert", "convertor", "tool", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "Apache-2.0" repository = "https://github.com/oriontvv/convfmt/" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.json5] version = "0.4.1" [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_yaml] version = "0.9.25" [dependencies.toml] version = "0.7.6" [dev-dependencies.rstest] version = "0.18.1"