blob: 126a48f05500e666de4d49f9a579f2191fa154dc [file] [log] [blame] [edit]
# 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 = "2018"
name = "kqueue-sys"
version = "1.0.4"
authors = [
"William Orr <[email protected]>",
"Daniel (dmilith) Dettlaff <[email protected]>",
]
description = "Low-level kqueue interface for BSDs"
readme = "README.md"
keywords = [
"kqueue",
"kevent",
"bsd",
"darwin",
"macos",
]
categories = [
"external-ffi-bindings",
"no-std",
"os::unix-apis",
"filesystem",
]
license = "MIT"
repository = "https://gitlab.com/rust-kqueue/rust-kqueue-sys"
[package.metadata.docs.rs]
targets = [
"x86_64-unknown-freebsd",
"x86_64-unknown-dragonfly",
"x86_64-unknown-openbsd",
"x86_64-unknown-netbsd",
"x86_64-apple-darwin",
]
[dependencies.bitflags]
version = "^1.2.1"
[dependencies.libc]
version = "^0.2.74"