# 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" name = "infect" version = "0.0.30" include = [ "/src", "/README.md", "/LICENSES", ] description = "Intent/effect/task - A variation on the Model View Intent (MVI) and State Action Model (SAM) paradigms" readme = "README.md" keywords = [ "application", "dataflow", "unidirectional", "model", ] categories = [ "asynchronous", "gui", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/uklotzde/infect" [dependencies.futures-channel] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.log] version = "0.4.20"