Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
52
third-party/vendor/kqueue/Cargo.toml
vendored
Normal file
52
third-party/vendor/kqueue/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# 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"
|
||||
version = "1.0.8"
|
||||
authors = ["William Orr <will@worrbase.com>"]
|
||||
description = "kqueue interface for BSDs"
|
||||
documentation = "https://docs.worrbase.com/rust/kqueue/"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"kqueue",
|
||||
"kevent",
|
||||
"bsd",
|
||||
]
|
||||
categories = [
|
||||
"os::unix-apis",
|
||||
"filesystem",
|
||||
]
|
||||
license = "MIT"
|
||||
repository = "https://gitlab.com/rust-kqueue/rust-kqueue"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = [
|
||||
"x86_64-unknown-netbsd",
|
||||
"x86_64-unknown-freebsd",
|
||||
"i686-unknown-freebsd",
|
||||
"x86_64-unknown-dragonfly",
|
||||
"x86_64-unknown-openbsd",
|
||||
"aarch64-apple-darwin",
|
||||
"x86_64-apple-darwin",
|
||||
"aarch64-apple-ios",
|
||||
"x86_64-apple-ios",
|
||||
]
|
||||
|
||||
[dependencies.kqueue-sys]
|
||||
version = "^1.0.4"
|
||||
|
||||
[dependencies.libc]
|
||||
version = "^0.2.17"
|
||||
|
||||
[dev-dependencies.tempfile]
|
||||
version = "3.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue