Files
2026-08-01 16:11:49 +03:00

58 lines
1.3 KiB
TOML

# 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 = "bytecheck"
version = "0.6.12"
authors = ["David Koloski <djkoloski@gmail.com>"]
description = "Derive macro for bytecheck"
documentation = "https://docs.rs/bytecheck"
readme = "crates-io.md"
keywords = [
"bytecheck",
"validation",
"zero-copy",
"rkyv",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/djkoloski/bytecheck"
[dependencies.bytecheck_derive]
version = "0.6.12"
default-features = false
[dependencies.ptr_meta]
version = "0.1"
default-features = false
[dependencies.simdutf8]
version = "0.1"
optional = true
default-features = false
[dependencies.uuid]
version = "1.3"
optional = true
[features]
default = [
"simdutf8",
"std",
]
std = [
"ptr_meta/std",
"bytecheck_derive/std",
"simdutf8/std",
]
verbose = []