[package]
edition = "2024"
rust-version = "1.94"
name = "yo-derive"
version = "0.3.26"
authors = ["tamnd <tamnd87@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The derive that writes a type's shape, its document encoding and its indexes"
homepage = "https://yo.tamnd.dev"
readme = "README.md"
keywords = [
"database",
"redis",
"embedded",
"key-value",
"storage",
]
categories = [
"database-implementations",
"data-structures",
"caching",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tamnd/yo"
[lib]
name = "yo_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies]
[lints.clippy]
alloc_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"
[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]