[package] name = "folo" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true description.workspace = true readme.workspace = true repository.workspace = true categories.workspace = true [lib] crate-type = ["lib"] [dependencies] futures = { version = "0.3.30", default-features = false, features = [ "std", "alloc", ] } negative-impl = "0.1.6" oneshot = "0.1.8" pin-project = "1.1.5" thiserror = "1.0.63"