# 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 = "recast" version = "0.2.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Transforms one serialization format into another" homepage = "https://github.com/Altair-Bueno/recast" readme = "README.md" keywords = [ "yaml", "json", "toml", "querystring", "csv", ] categories = [ "command-line-utilities", "filesystem", "text-processing", ] license = "MIT" repository = "https://github.com/Altair-Bueno/recast" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 debug = 0 strip = true [[bin]] name = "recast" path = "src/main.rs" [dependencies.camino] version = "1.1.1" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.csv] version = "1.1.6" [dependencies.enum-display] version = "0.1.3" [dependencies.eyre] version = "0.6.8" [dependencies.itertools] version = "0.13.0" [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.91" [dependencies.serde_qs] version = "0.13.0" [dependencies.serde_yaml] version = "0.9.16" [dependencies.tap] version = "1.0.1" [dependencies.toml] version = "0.8.1" [build-dependencies.camino] version = "1.1.1" [build-dependencies.clap] version = "4.0.32" features = ["derive"] [build-dependencies.clap_complete] version = "4.0.7" [build-dependencies.enum-display] version = "0.1.3"