# 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 = "messagepack-cli" version = "0.1.0" authors = ["Flix "] description = "CLI tool to convert MessagePack data to JSON and vice versa." homepage = "https://github.com/FlixCoder/msgpack-cli" documentation = "https://github.com/FlixCoder/msgpack-cli" readme = "README.md" keywords = [ "msgpack", "json", "cli", ] categories = [ "command-line-utilities", "encoding", ] license = "MIT" repository = "https://github.com/FlixCoder/msgpack-cli" resolver = "2" [[bin]] name = "mpc" path = "src/main.rs" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.error-stack] version = "0.4.0" [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde-transcode] version = "1.1.1" [dependencies.serde_json] version = "1.0.105" [dependencies.thiserror] version = "1.0.47" [dev-dependencies.serde] version = "1.0.188" features = ["derive"]