[[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]
authors = ["Dane Stuckel <dane.stuckel@gmail.com>"]
description = "Command line tool for encoding and decoding CBOR using serde. Supports import and export for JSON, YAML, and TOML. Supports deep inspection of CBOR files."
edition = "2021"
license = "Apache-2.0"
name = "cbor-cli"
readme = "README.md"
repository = "https://github.com/TakenPilot/cbor-rs/tree/main/cli"
version = "0.4.0"