[[bin]]
name = "cbor"
path = "src/main.rs"
[dependencies.clap]
features = ["env", "derive"]
version = "4.4.12"
[dependencies.colored]
version = "2.1.0"
[dependencies.serde_cbor]
features = ["std", "alloc", "tags"]
version = "0.11.2"
[dependencies.serde_json]
features = ["alloc", "preserve_order"]
version = "1.0.111"
[dependencies.serde_yaml]
version = "0.9.30"
[dependencies.toml]
features = ["indexmap", "preserve_order"]
version = "0.8.8"
[package]
description = "A command line tool for encoding and decoding CBOR using the serde crate to do encoding and decoding from various file formats to and from CBOR."
edition = "2021"
license = "Apache-2.0"
name = "cbor-cli"
readme = "README.md"
version = "0.1.0"