[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[features]
atomic = []
default = ["non-atomic"]
non-atomic = []
[lib]
name = "bitstates"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Skandrk <skandrk@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "embedded", "hardware-support"]
description = "Reactive bit state management with event callbacks"
documentation = "https://docs.rs/bitstates"
edition = "2021"
homepage = "https://github.com/skandrk/bit_states"
keywords = ["bits", "flags", "events", "reactive", "state"]
license = "MIT OR Apache-2.0"
name = "bitstates"
readme = "README.md"
repository = "https://github.com/skandrk/bit_states"
version = "0.1.0"
[[test]]
name = "atomic_bit_state"
path = "tests/atomic_bit_state.rs"
[[test]]
name = "bit_state"
path = "tests/bit_state.rs"