[package]
edition = "2018"
name = "futures_cbor_codec"
version = "0.1.2"
authors = ["Naja Melan <najamelan@autistici.org>"]
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"]
features = ["external_doc"]
[dependencies.bytes]
version = "^0.4"
[dependencies.futures_codec]
version = "^0.2"
[dependencies.serde]
version = "^1"
[dependencies.serde_cbor]
version = "^0.10"
[dev-dependencies.futures-preview]
version = "^0.3.0-alpha"
[dev-dependencies.futures_ringbuf]
version = "^0.1"
[features]
external_doc = []
[target."cfg(not( target_arch = \"wasm32\" ))".dev-dependencies.romio]
version = "^0.3.0-alpha"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.getrandom]
version = "^0.1"
features = ["wasm-bindgen"]
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.naja_async_runtime]
version = "^0.3"
default-features = false
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen]
version = "^0.2"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "^0.2"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "najamelan/futures_cbor_codec"