# 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 = "tokio_two_join_set" version = "0.0.0" description = "A two-JoinSet that keeps only the oldest and newest Tokio tasks." license = "MIT" repository = "https://github.com/SichangHe/tokio_two_join_set" [dependencies.futures] version = "0.3" [dependencies.tokio] version = "1" features = [ "macros", "rt", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "sync", "time", ]