Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
85
third-party/vendor/calloop/Cargo.toml
vendored
Normal file
85
third-party/vendor/calloop/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
# 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 = "calloop"
|
||||
version = "0.10.6"
|
||||
authors = ["Elinor Berger <elinor@safaradeg.net>"]
|
||||
autotests = false
|
||||
description = "A callback-based event loop"
|
||||
documentation = "https://docs.rs/calloop/"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"events",
|
||||
"loop",
|
||||
"callback",
|
||||
"eventloop",
|
||||
"unix",
|
||||
]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/Smithay/calloop"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = [
|
||||
"--cfg",
|
||||
"docsrs",
|
||||
]
|
||||
|
||||
[[test]]
|
||||
name = "signals"
|
||||
harness = false
|
||||
|
||||
[dependencies.bitflags]
|
||||
version = "1.2"
|
||||
|
||||
[dependencies.futures-io]
|
||||
version = "0.3.5"
|
||||
optional = true
|
||||
|
||||
[dependencies.futures-util]
|
||||
version = "0.3.5"
|
||||
features = ["std"]
|
||||
optional = true
|
||||
default-features = false
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4"
|
||||
|
||||
[dependencies.nix]
|
||||
version = "0.25"
|
||||
features = [
|
||||
"event",
|
||||
"fs",
|
||||
"signal",
|
||||
"socket",
|
||||
"time",
|
||||
]
|
||||
default-features = false
|
||||
|
||||
[dependencies.slotmap]
|
||||
version = "1.0"
|
||||
|
||||
[dependencies.thiserror]
|
||||
version = "1.0.7"
|
||||
|
||||
[dependencies.vec_map]
|
||||
version = "0.8.2"
|
||||
|
||||
[dev-dependencies.futures]
|
||||
version = "0.3.5"
|
||||
|
||||
[features]
|
||||
executor = ["futures-util"]
|
||||
|
||||
[badges.codecov]
|
||||
repository = "Smithay/calloop"
|
||||
Loading…
Add table
Add a link
Reference in a new issue