ni 0.2.6

Small limited alloc-free named identifier
Documentation
# 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 = "2024"
rust-version = "1.87"
name = "ni"
version = "0.2.6"
authors = ["nanoqsh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small limited alloc-free named identifier"
documentation = "https://docs.rs/ni"
readme = "README.md"
keywords = [
    "small",
    "no-std",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/nanoqsh/ni"

[package.metadata.docs.rs]
all-features = true

[features]
bytemuck = ["dep:bytemuck"]
default = ["std"]
serde = ["dep:serde"]
std = []

[lib]
name = "ni"
path = "src/lib.rs"

[[example]]
name = "parse_json"
path = "examples/parse_json.rs"

[dependencies.bytemuck]
version = "1.25.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[lints.clippy]
manual-assert = "deny"
match-wildcard-for-single-variants = "deny"
missing-assert-message = "deny"
missing-inline-in-public-items = "deny"
semicolon-if-nothing-returned = "deny"
trivially-copy-pass-by-ref = "deny"
unwrap-used = "deny"
use-self = "deny"

[lints.rust]
elided-lifetimes-in-paths = "deny"