# 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" rust-version = "1.81" name = "bytecheck" version = "0.8.0" authors = ["David Koloski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Memory validation framework for Rust" documentation = "https://docs.rs/bytecheck" readme = "README.md" keywords = [ "no_std", "validation", "serialization", ] categories = [ "encoding", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/rkyv/bytecheck" [lib] name = "bytecheck" path = "src/lib.rs" [dependencies.bytecheck_derive] version = "=0.8.0" default-features = false [dependencies.ptr_meta] version = "0.3" default-features = false [dependencies.rancor] version = "0.1" default-features = false [dependencies.simdutf8] version = "0.1" optional = true default-features = false [dependencies.uuid-1] version = "1" optional = true default-features = false package = "uuid" [features] default = ["simdutf8"]