# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "addy" version = "0.1.1" authors = ["Amy "] description = "POSIX interrupt handling that is both safe and ergonomic." homepage = "https://github.com/xvrqt/addy" readme = "README.md" keywords = ["interrupt", "builder", "signals", "POSIX", "xvrqt"] categories = ["api-bindings", "external-ffi-bindings", "os", "os::macos-apis", "os::unix-apis"] license-file = "LICENSE.txt" repository = "https://github.com/xvrqt/addy.git" [dependencies.fnv] version = "1.0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.68"