# 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 = "2021" name = "base-coroutine" version = "0.2.0" authors = ["zhangzicheng@apache.org"] description = "A fast and safe implementation of stackful coroutines with scheduler which supports preemptive scheduling." license = "LGPL-3.0 OR Apache-2.0" repository = "https://github.com/acl-dev/open-coroutine/tree/dev/base-coroutine" [dependencies.concurrent-queue] version = "2.0.0" [dependencies.libc] version = "0.2.137" [dependencies.num_cpus] version = "1.14.0" [dependencies.object-collection] version = "0.0.4" [dependencies.once_cell] version = "1.13.0" [dependencies.rayon] version = "1.6.1" [dependencies.scopeguard] version = "1.1.0" [dependencies.st3] version = "0.4.0" [dependencies.timer-utils] version = "0.0.3" [build-dependencies.cc] version = "1.0.73" [build-dependencies.rustversion] version = "1.0.6" [target."cfg(unix)".dependencies.jemalloc-sys] version = "0.5.2+5.3.0-patched" default-features = false [target."cfg(windows)".dependencies.windows-sys] version = "0.42.0" features = [ "Win32_System_Memory", "Win32_System_SystemInformation", "Win32_Foundation", "Win32_System", "Win32_System_IO", "Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_WindowsProgramming", "Win32_Security", "Win32_Storage", "Win32_Storage_DistributedFileSystem", "Win32_Storage_FileSystem", "Win32_Networking", "Win32_Networking_WinSock", ]