# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kyansel" version = "0.3.1" authors = ["Francesco Dainese "] description = "Cancellable future. Provide a future as argument and the current future will cancel if the provided future resolves first" homepage = "https://github.com/Karrq/kyansel" documentation = "https://docs.rs/kyansel/0.3.1" keywords = ["futures", "task", "cancel", "abort", "no_std"] license = "Apache-2.0/MIT" repository = "https://github.com/Karrq/kyansel" [package.metadata.docs.rs] all-features = true [dependencies.futures_01] version = "0.1" optional = true default-features = false package = "futures" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "0.2.0-alpha.6" features = ["sync"] [dev-dependencies.tokio_01] version = "0.1" features = ["sync"] package = "tokio"