# 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" rust-version = "1.64" name = "kvarn_signal" version = "0.2.1" authors = ["Icelk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy-to-use IPC signaling library, mainly used for kvarnctl" homepage = "https://kvarn.org/ctl/" readme = "README.md" keywords = [ "ipc", "kvarn", ] license = "Apache-2.0" repository = "https://github.com/Icelk/kvarn/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "kvarn_signal" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.notify] version = "6" features = ["macos_fsevent"] default-features = false [dependencies.tokio] version = "1.24" features = [ "net", "time", "io-util", "rt", "fs", "sync", "macros", ] [dependencies.tokio-uring] version = "0.4.0-alpha1" optional = true package = "kvarn-tokio-uring" [features] uring = ["tokio-uring"]