cbor-cli 0.7.0

Encode, decode, and inspect CBOR (RFC 8949) from the command line. Convert between CBOR, JSON, YAML, and TOML via serde, with streaming support for CBOR sequences.
Documentation
{
  "a": "b",
  "c": {
    "d": "e",
    "f": "g"
  },
  "h": "i",
  "j": { "k": { "l": "m" } },
  "n": "o",
  "p": ["q", "r", "s"],
  "t": [
    {
      "u": "v",
      "w": "x"
    },
    {
      "y": "z"
    }
  ]
}