# 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 = "single_executor" version = "0.4.1" authors = ["buzzec "] exclude = [".idea/*"] description = "Traits for concurrent primitives." homepage = "https://github.com/Buzzec/single_executor" readme = "README.md" keywords = ["multithread"] license = "MIT OR Apache-2.0" repository = "https://github.com/Buzzec/single_executor" [dependencies.concurrency_traits] version = "0.7.0" features = ["alloc"] default-features = false [dependencies.simple_futures] version = "0.1.2" features = ["alloc"] default-features = false [features] default = ["std"] nightly = ["concurrency_traits/nightly"] std = ["concurrency_traits/std", "simple_futures/std"]