# 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 = "concurrency_toolkit" version = "0.2.8" authors = ["Jiahao XU "] description = "Easy switching between std::sync, tokio::sync and loom::sync" keywords = ["concurrency", "loom", "async", "atomic", "tokio"] categories = ["concurrency", "asynchronous"] license = "MIT" repository = "https://github.com/NobodyXu/concurrency_toolkit" resolver = "2" [dependencies.loom] version = "0.5.1" optional = true [dependencies.maybe-async] version = "0.2.6" [dependencies.proc_macro_test] version = "0.1.5" default-features = false [dependencies.tokio] version = "1.9" features = ["sync", "rt", "macros"] optional = true [features] async_tokio = ["tokio", "proc_macro_test/async_tokio"] default = ["maybe-async/is_sync", "proc_macro_test/default"] permutation_testing = ["loom", "maybe-async/is_sync", "proc_macro_test/permutation_testing"]