Files
Notes/notes-service/vendor/rend/Cargo.toml
T
2026-08-01 16:11:49 +03:00

46 lines
1.1 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 = "2018"
name = "rend"
version = "0.4.2"
authors = ["David Koloski <djkoloski@gmail.com>"]
description = "Endian-aware primitives for Rust"
documentation = "https://docs.rs/rend"
readme = "crates-io.md"
keywords = [
"endian",
"no_std",
]
categories = [
"encoding",
"no-std",
]
license = "MIT"
repository = "https://github.com/djkoloski/rend"
[dependencies.bytecheck]
version = "~0.6.7"
optional = true
default-features = false
[dependencies.bytemuck]
version = "^1.4.0"
features = ["derive"]
optional = true
default-features = false
[features]
default = ["std"]
std = ["bytecheck/std"]
validation = ["bytecheck"]