# 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 = "forkable" version = "0.1.0" authors = ["overtake (advantageous-overtake)"] build = "build.rs" description = "Fork-able iterators and asynchronous streams." license = "MIT" repository = "https://github.com/advantageous-overtake/forkable" [dependencies.circularing] version = "2.2.1" default-features = true [dependencies.likeness] version = "1.1.0" [dependencies.paste] version = "1.0.14" [dependencies.snafu] version = "0.8.2" default-features = false [dependencies.spin] version = "0.9.8" features = ["mutex"] [build-dependencies.rustc_version] version = "0.4.0" [features] default = ["std"] std = []