# 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 = "open-coroutine-hook" version = "0.6.0" authors = ["zhangzicheng@apache.org"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The syscall hook for open-coroutine" readme = "README.md" keywords = [ "open-coroutine", "hook", "syscall", ] categories = [ "os", "concurrency", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/acl-dev/open-coroutine" [lib] name = "open_coroutine_hook" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.once_cell] version = "1" [dependencies.open-coroutine-core] version = "0.6.0" [features] default = ["open-coroutine-core/default"] io_uring = ["open-coroutine-core/io_uring"] log = ["open-coroutine-core/log"] net = ["open-coroutine-core/net"] preemptive = ["open-coroutine-core/preemptive"] syscall = ["open-coroutine-core/syscall"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.minhook] version = "0.6" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_Security", "Win32_System_LibraryLoader", "Win32_System_SystemServices", ]