# 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 = "futures-locks-pre" version = "0.5.1-pre" authors = ["Alan Somers "] exclude = [".gitignore", ".travis.yml", "release.toml"] autotests = false description = "Futures-aware lock primitives. Fork using tokio 0.2.6.\n" documentation = "https://docs.rs/futures-locks-pre" readme = "README.md" categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/asomers/futures-locks-pre" [package.metadata.docs.rs] features = ["tokio", "nightly-docs"] [[test]] name = "functional" path = "tests/test.rs" [dependencies.futures] version = "0.3.1" [dependencies.tokio_] version = "^0.2.6" optional = true package = "tokio" [dev-dependencies.tokio-test] version = "^0.2.0" [dev-dependencies.tokio_] version = "^0.2.6" package = "tokio" [features] default = ["tokio"] nightly-docs = [] tokio = ["tokio_"]