[dependencies]
[lib]
name = "nami_core"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
[package]
authors = ["Lexo Liu <me@lexo.cool>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "data-structures", "embedded", "wasm", "rust-patterns"]
description = "A powerful, lightweight reactive framework."
edition = "2024"
homepage = "https://github.com/water-rs/nami"
keywords = ["reactive", "binding", "observer", "state"]
license = "MIT"
name = "nami-core"
readme = "README.md"
repository = "https://github.com/water-rs/nami"
resolver = "2"
version = "0.1.0"