# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "switchyard" version = "0.3.0" authors = ["Connor Fitzgerald "] description = "Real-time compute focused async executor" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/BVE-Reborn/switchyard" [profile.bench] lto = "thin" debug = true [profile.release] lto = "thin" debug = false [[bench]] name = "scheduling" harness = false [dependencies.bitflags] version = "1" [dependencies.futures-intrusive] version = "0.4" [dependencies.futures-task] version = "0.3" [dependencies.num_cpus] version = "1" [dependencies.parking_lot] version = "0.11" [dependencies.priority-queue] version = "1" [dependencies.slotmap] version = "1.0" [dev-dependencies.async-std] version = "1.6" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.flume] version = "0.10" [dev-dependencies.futures-executor] version = "0.3" [target."cfg(any(target_os = \"windows\", target_os = \"linux\"))".dependencies.affinity] version = "0.1"