# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "futures_cbor_codec" version = "0.3.1" authors = ["Naja Melan "] 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"