rkyv 0.6.4

Zero-copy deserialization framework for Rust
Documentation
[package]

name = "rkyv"

version = "0.6.4"

authors = ["David Koloski <djkoloski@gmail.com>"]

edition = "2018"

description = "Zero-copy deserialization framework for Rust"

license = "MIT"

documentation = "https://docs.rs/rkyv"

repository = "https://github.com/djkoloski/rkyv"

keywords = ["archive", "rkyv", "serialization", "zero-copy", "no_std"]

categories = ["encoding", "no-std"]

readme = "crates-io.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

bytecheck = { version = "0.4", optional = true }

memoffset = "0.6"

ptr_meta = { version = "0.1" }

rkyv_derive = { version = "=0.6.3", path = "../rkyv_derive" }

seahash = { version = "4.0", optional = true }



[features]

default = ["std", "const_generics"]

const_generics = []

size_64 = []

specialization = []

std = ["seahash"]

strict = ["rkyv_derive/strict"]

validation = ["bytecheck", "std"]



[package.metadata.docs.rs]

features = ["validation"]