# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rkyv_codec" version = "0.4.0" description = "Some adaptors to stream rkyv Archives over AsyncRead and AsyncWrite" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zyansheep/rkyv_codec" [package.metadata.nix] app = true build = true [dependencies.bytes] version = "1.3" [dependencies.bytes-old] version = "0.5" optional = true package = "bytes" [dependencies.futures] version = "0.3" [dependencies.futures_codec] version = "0.4" features = ["cbor"] optional = true [dependencies.pin-project] version = "1.0" [dependencies.rkyv] version = "0.7" features = ["validation"] [dependencies.thiserror] version = "1.0" [dependencies.unsigned-varint] version = "0.7" features = ["futures"] [dev-dependencies.anyhow] version = "1.0.68" [dev-dependencies.async-broadcast] version = "0.5.1" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rustyline-async] version = "0.3.0" [dev-dependencies.serde] version = "1.0.152" [features] default = [ "futures_stream", "std", ] futures_stream = [ "futures_codec", "bytes-old", ] std = []