# 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.75" name = "discro" version = "0.29.3" include = [ "README.md", "LICENSES/", "src/", ] description = "DISCRete Observables for asynchronous Functional Reactive Programming (FRP)." readme = "README.md" keywords = [ "async", "await", "reactive", "observable", "synchronization", ] categories = [ "asynchronous", "concurrency", ] license = "MPL-2.0" repository = "https://github.com/uklotzde/discro" [dependencies.async-stream] version = "0.3.5" optional = true [dependencies.futures-core] version = "0.3.30" optional = true default-features = false [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = ["sync"] optional = true default-features = false [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt", "time", ] [features] async-stream = [ "dep:async-stream", "dep:futures-core", ] default = ["async-stream"] tokio = ["dep:tokio"] [lints.clippy] clone_on_ref_ptr = "warn" lint_groups_priority = "allow" missing_const_for_fn = "warn" pedantic = "warn" self_named_module_files = "warn" [lints.rust] future_incompatible = "warn" let_underscore = "warn" missing_debug_implementations = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused = "warn"