# 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.56.1" name = "this-state" version = "0.3.0" authors = ["tooboredtocode"] exclude = [".github/*"] description = "this-state provides a way to store state in a thread-safe manner as well as a way to asynchronously wait for state changes" homepage = "https://github.com/tooboredtocode/this-state" documentation = "https://docs.rs/this-state" readme = "README.md" keywords = [ "state", "async", ] license = "ISC" repository = "https://github.com/tooboredtocode/this-state" [dependencies.parking_lot] version = "0.12" [dev-dependencies.tokio] version = "1.13" features = ["full"]