[dependencies]
[dev-dependencies]
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "multithreaded"
path = "examples/multithreaded.rs"
[lib]
name = "observable_property"
path = "src/lib.rs"
[package]
authors = ["Iede Snoek <info@esoxsolutions.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "development-tools"]
description = "A thread-safe observable property implementation for Rust"
documentation = "https://docs.rs/observable-property"
edition = "2024"
exclude = ["target/*", "Cargo.lock", ".git/*", ".github/*"]
homepage = "https://github.com/snoekiede/ObservableProperties"
keywords = ["observable", "property", "thread-safe", "concurrency", "observer"]
license = "MIT OR Apache-2.0"
name = "observable-property"
readme = "README.md"
repository = "https://github.com/snoekiede/ObservableProperties"
version = "0.3.2"