# 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 = "rx_rust_mp" version = "1.0.0" authors = ["Anton Oellerer"] description = "A protoype implementation of the ReactiveX API in Rust using a message passing approach" readme = "README.md" keywords = [ "reactivex", "rx", "frp", "mp", "message-passing", ] categories = [ "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/AntonOellerer/rx_rust_mp" [dependencies.async-std] version = "1.12.0" features = ["unstable"] optional = true [dependencies.futures] version = "0.3.28" features = ["thread-pool"] [dependencies.log] version = "0.4.19" [dependencies.num-traits] version = "0.2.16" optional = true [features] default = [ "math", "recurring", ] math = ["dep:num-traits"] recurring = ["dep:async-std"]