# 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 = "itch" version = "0.2.2" authors = ["Freddie Gilbraith <freddie.gilbraith@littlebonsai.co.uk>"] include = [ "**/*.rs", "Cargo.toml", ] description = "A cli tool for InTerCHanging between different serialized data formats" homepage = "https://github.com/FreddieGilbraith/itch" documentation = "https://github.com/FreddieGilbraith/itch" readme = "README.md" keywords = [ "serde", "cli", "interchange", "convert", "tool", ] categories = [ "command-line-utilities", "data-structures", "development-tools", "parsing", "encoding", ] license = "MIT" repository = "https://github.com/FreddieGilbraith/itch" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.indexmap] version = "1.6.2" features = ["serde-1"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde-xml-rs] version = "0.4.1" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_derive] version = "1.0.125" [dependencies.serde_json] version = "1.0.64" [dependencies.serde_qs] version = "0.8.3" [dependencies.serde_yaml] version = "0.8.17" [dependencies.toml] version = "0.5.8"