# 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 = "2021" rust-version = "1.64" name = "watchable" version = "1.1.2" include = [ "/src", "/src/*.md", "examples", "LICENSE-APACHE", "LICENSE-MIT", ] description = "A watchable RwLock-like type that is compatible with both multi-threaded and async code." readme = "./README.md" keywords = [ "asynchronous", "async", "thread", "mpmc", ] categories = [ "concurrency", "data-structures", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/watchable" [dependencies.event-listener] version = "4.0.1" [dependencies.futures-util] version = "0.3.21" [dependencies.parking_lot] version = "0.12.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.tokio] version = "1.16.1" features = [ "macros", "rt", "rt-multi-thread", "time", ] default-features = false