# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fp_rust" version = "0.3.5" authors = ["JunYi JohnTeee Lee "] include = ["src/**/*.rs", "Cargo.toml"] description = "Implement fp features for Rust" homepage = "https://github.com/TeaEntityLab/fpRust" documentation = "https://docs.rs/fp_rust/" readme = "README.md" keywords = ["functional", "rx", "monad", "optional", "pubsub"] license = "MIT" repository = "https://github.com/TeaEntityLab/fpRust" [lib] name = "fp_rust" path = "src/lib.rs" [dependencies.futures] version = "0.3" features = ["thread-pool"] optional = true default-features = false [dependencies.futures-test] version = "0.3" optional = true [features] actor = ["sync"] cor = [] default = ["pure"] for_futures = ["futures", "futures-test"] fp = [] handler = ["sync"] maybe = [] monadio = ["sync", "handler"] publisher = ["sync", "handler"] pure = ["fp", "maybe", "sync", "cor", "actor", "handler", "monadio", "publisher"] sync = [] test_runtime = ["pure", "for_futures"] [badges.maintenance] status = "actively-developed"