[package] name = "switcheroo" version = "0.2.9" authors = ["Bernard Kolobara "] edition = "2018" license = "Apache-2.0/MIT" description = "Lightweight userland context switches" readme = "Readme.md" repository = "https://github.com/bkolobara/async-wormhole/tree/master/switcheroo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [target.'cfg(unix)'.dependencies] libc = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase", "memoryapi", "errhandlingapi"] } [dev-dependencies] criterion = "0.3" [[bench]] name = "switcheroo_benchmark" harness = false