# 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 = "interlink" version = "0.1.6" authors = ["Jacobtread "] description = "Framework for writing async code" readme = "README.md" license = "MIT" repository = "https://github.com/jacobtread/interlink" resolver = "1" [dependencies.futures-core] version = "^0.3" optional = true [dependencies.futures-sink] version = "^0.3" optional = true [dependencies.interlink-derive] version = "0.1" [dependencies.tokio] version = "1" features = ["sync"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "sinks", "streams", ] sinks = ["dep:futures-sink"] streams = ["dep:futures-core"]