cbored 0.1.8

CBOR exact reader and writer
Documentation
[package]
name = "cbored"
version = "0.1.8"
edition = "2021"
authors = ["Vincent Hanquez <vincent@typed.io>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/vincenthz/cbored"
repository = "https://github.com/vincenthz/cbored"
description = "CBOR exact reader and writer"
keywords = ["CBOR"]
categories = [ "parsing", "encoding" ]

[dependencies]
cbored-derive = { path = "./cbored-derive", version = "0.1", optional = true }

[features]
default = []
derive = ["cbored-derive"]