[package]
edition = "2018"
name = "futures_cbor_codec"
version = "0.3.1"
authors = ["Naja Melan <najamelan@autistici.org>"]
exclude = ["tests", "examples", "ci", ".travis.yml", "TODO.md", "CONTRIBUTING.md"]
description = "A codec for framing an AsyncRead/AsyncWrite with cbor for all types that are serializable with serde"
documentation = "https://docs.rs/futures_cbor_codec"
readme = "README.md"
keywords = ["cbor", "futures", "framing", "serialization"]
categories = ["asynchronous", "network-programming"]
license = "Apache-2.0/MIT"
repository = "https://github.com/najamelan/futures_cbor_codec"
[package.metadata.docs.rs]
all-features = true
targets = []
[profile.release]
codegen-units = 1
[dependencies.asynchronous-codec]
version = "^0.6"
[dependencies.bytes]
version = "^1"
[dependencies.serde]
version = "^1"
[dependencies.serde_cbor]
version = "^0.11"
[dev-dependencies.futures]
version = "^0.3"
[dev-dependencies.futures_ringbuf]
version = "^0.3"
[build-dependencies.rustc_version]
version = "^0.4"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen]
version = "^0.2"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "^0.3"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "najamelan/futures_cbor_codec"