# 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 = "2018" name = "rkyv-test" version = "0.7.38-test.2" authors = ["David Koloski "] description = "Zero-copy deserialization framework for Rust" documentation = "https://docs.rs/rkyv" readme = "crates-io.md" keywords = [ "archive", "rkyv", "serialization", "zero-copy", "no_std", ] categories = [ "encoding", "no-std", ] license = "MIT" repository = "https://github.com/rkyv/rkyv" [package.metadata.docs.rs] features = ["validation"] [dependencies.bytecheck] version = "~0.6.8" optional = true default-features = false [dependencies.hashbrown] version = "0.12" optional = true [dependencies.indexmap] version = "1.7" optional = true default-features = false [dependencies.ptr_meta] version = "~0.1.3" default-features = false [dependencies.rend] version = "~0.3.6" optional = true default-features = false [dependencies.rkyv_derive_test] version = "=0.7.38-test.2" [dependencies.seahash] version = "4.0" [dependencies.smallvec] version = "1.7" optional = true default-features = false [dependencies.tinyvec] version = "1.5" optional = true default-features = false [dependencies.uuid] version = "1.0" optional = true default-features = false [features] alloc = ["hashbrown"] arbitrary_enum_discriminant = ["rkyv_derive_test/arbitrary_enum_discriminant"] archive_be = [ "rend", "rkyv_derive_test/archive_be", ] archive_le = [ "rend", "rkyv_derive_test/archive_le", ] copy = ["rkyv_derive_test/copy"] copy_unsafe = [] default = [ "size_32", "std", ] size_16 = [] size_32 = [] size_64 = [] std = [ "alloc", "bytecheck/std", "ptr_meta/std", "rend/std", ] strict = ["rkyv_derive_test/strict"] tinyvec_alloc = ["tinyvec/alloc"] uuid_std = ["uuid/std"] validation = [ "alloc", "bytecheck", "rend/validation", ]