# 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 = "impedance" version = "0.3.0" authors = ["Gus Wynn "] description = "Tools to mix blocking and async code" documentation = "https://docs.rs/impedance" license = "MIT OR Apache-2.0" repository = "https://github.com/guswynn/impedance" [package.metadata.docs.rs] features = ["tokio", "rayon"] [dependencies.async-std] version = "1" features = ["unstable"] optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.once_cell] version = "1.7" [dependencies.parking_lot] version = "0.11" [dependencies.pin-project] version = "1" [dependencies.rayon] version = "1" optional = true [dependencies.thiserror] version = "1.0.25" optional = true [dependencies.tokio] version = "1" features = ["rt", "sync"] optional = true [dev-dependencies.async-std] version = "1" features = ["unstable", "attributes"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros", "sync", "time"] [features] async-std-experimental = ["async-std", "futures"] default = ["tokio"]