# 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_dyn" version = "0.7.44" authors = ["David Koloski "] description = "Trait object support for 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.11" optional = true default-features = false [dependencies.inventory] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.ptr_meta] version = "~0.1.3" default-features = false [dependencies.rkyv] version = "0.7.43" default-features = false [dependencies.rkyv_dyn_derive] version = "0.7.43" [dependencies.rkyv_typename] version = "0.7.43" [features] archive_be = ["rkyv/archive_be"] archive_le = ["rkyv/archive_le"] default = [ "rkyv/size_32", "rkyv/std", ] nightly = [] strict = ["rkyv/strict"] validation = [ "bytecheck", "rkyv/validation", "rkyv_dyn_derive/validation", ] vtable_cache = []