# 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 = "futures-scopes" version = "0.3.0" authors = ["SrTobi "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime agnostic, nestable, scopes for spawning non-static futures." homepage = "https://github.com/SrTobi/futures-scopes/" documentation = "https://docs.rs/futures-scopes" readme = "README.md" keywords = [ "async", "futures", ] license = "MIT" repository = "https://github.com/SrTobi/futures-scopes/" [lib] name = "futures_scopes" path = "src/lib.rs" [[test]] name = "local" path = "tests/local.rs" [[test]] name = "relay_scope" path = "tests/relay_scope.rs" [dependencies.crossbeam-channel] version = "0.5.6" optional = true [dependencies.dashmap] version = "5.4.0" optional = true [dependencies.futures] version = "0.3.24" features = ["std"] default-features = false [dependencies.pin-project] version = "1.0.12" [dev-dependencies.futures] version = "0.3.24" features = ["thread-pool"] default-features = true [features] default = [ "local", "relay", ] local = [] relay = [ "dep:dashmap", "dep:crossbeam-channel", ]