# 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 = "medea-reactive" version = "0.1.2" authors = ["Instrumentisto Team "] include = [ "/src/", "/CHANGELOG.md", "/LICENSE.md", ] description = "Reactive mutable data containers." homepage = "https://github.com/instrumentisto/medea-jason/tree/master/crates/medea-reactive" documentation = "https://docs.rs/medea-reactive" readme = "README.md" keywords = [ "medea", "reactive", "reactivity", "observable", ] categories = [ "asynchronous", "data-structures", ] license = "BlueOak-1.0.0" repository = "https://github.com/instrumentisto/medea-jason" [dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.21" features = [ "macros", "rt", "test-util", "time", ]