nya-core 0.2.0

nya core library
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"
name = "nya-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nya core library"
readme = "README.md"
keywords = []
license = "LGPL-3.0-or-later"

[features]
serde = ["dep:serde"]

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

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

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

[dependencies.num-traits]
version = "0.2.19"

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

[dependencies.smallvec]
version = "1.15.1"

[lints.rust]
missing_docs = "warn"