msgpack-cli 0.2.2

A command line utility that converts between JSON and MessagePack
[[bin]]
name = "mpk"
path = "src/main.rs"
[badges.maintenance]
status = "actively-developed"
[build-dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.2.1"

[build-dependencies.clap_complete]
version = "4.2.0"

[build-dependencies.clap_mangen]
version = "0.2.10"
[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.2.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.rmp-serde]
version = "1.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.160"

[dependencies.serde-transcode]
version = "1.1.1"

[dependencies.serde_json]
version = "1.0.96"
[dev-dependencies.assert_cmd]
version = "2.0.11"

[dev-dependencies.predicates]
version = "3.0.3"

[dev-dependencies.tempfile]
version = "3.5.0"

[package]
categories = ["command-line-utilities"]
description = "A command line utility that converts between JSON and MessagePack"
edition = "2021"
keywords = ["cli", "msgpack", "mpk", "messagepack"]
license = "Apache-2.0"
name = "msgpack-cli"
readme = "README.md"
repository = "https://github.com/pluots/mpk"
version = "0.2.2"
[profile.release]
lto = "fat"
strip = "symbols"