[package] repository = "https://github.com/advantageous-overtake/forkable" name = "forkable" authors = ["overtake (advantageous-overtake)"] description = "Fork-able iterators and asynchronous streams." build = "build.rs" license = "MIT" version = "0.1.0" edition = "2021" [dependencies] likeness = "1.1.0" paste = "1.0.14" circularing = { version = "2.2.1", default-features = true } snafu = { version = "0.8.2", default-features = false } spin = { version = "0.9.8", features = ["mutex"] } [build-dependencies] rustc_version = "0.4.0" [features] default = ["std"] std = []