# 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 = "2018" name = "flo_binding" version = "2.2.0" authors = ["Andrew Hunter"] description = "Declarative binding library for Rust" documentation = "http://docs.rs/flo_binding/" readme = "README.md" keywords = [ "reactive", "parametric", "binding", "event", ] categories = [ "algorithms", "asynchronous", "data-structures", "gui", ] license = "Apache-2.0" repository = "https://github.com/Logicalshift/flo_binding" [dependencies.desync] version = "0.8" optional = true [dependencies.flo_rope] version = "0.2" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.similar] version = "2.1" optional = true [features] default = [ "stream", "rope", "diff", ] diff = ["similar"] rope = [ "desync", "futures", "flo_rope", ] stream = [ "desync", "futures", ]