# 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 = "syscall-rs" version = "0.0.3" authors = ["Andreas Doerr"] description = "Support crate for Linux system programming" readme = "README.md" keywords = ["linux", "system", "programming"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/adoerr/syscall-rs.git" resolver = "2" [lib] name = "syscall" doctest = false [[example]] name = "signal_handling" [dependencies.libc] version = "0.2" features = ["extra_traits"] [dependencies.mio] version = "0.8" features = ["os-poll", "os-ext", "net"] [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.log] version = "0.4"