106 lines
1.9 KiB
TOML
106 lines
1.9 KiB
TOML
# 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"
|
|
rust-version = "1.63.0"
|
|
name = "calloop"
|
|
version = "0.13.0"
|
|
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]
|
|
features = [
|
|
"block_on",
|
|
"executor",
|
|
"signals",
|
|
]
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[[test]]
|
|
name = "signals"
|
|
harness = false
|
|
|
|
[dependencies.async-task]
|
|
version = "4.4.0"
|
|
optional = true
|
|
|
|
[dependencies.bitflags]
|
|
version = "2.4"
|
|
|
|
[dependencies.futures-io]
|
|
version = "0.3.5"
|
|
optional = true
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.pin-utils]
|
|
version = "0.1.0"
|
|
optional = true
|
|
|
|
[dependencies.polling]
|
|
version = "3.0.0"
|
|
|
|
[dependencies.rustix]
|
|
version = "0.38"
|
|
features = [
|
|
"event",
|
|
"fs",
|
|
"pipe",
|
|
"std",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.slab]
|
|
version = "0.4.8"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0.7"
|
|
|
|
[dev-dependencies.futures]
|
|
version = "0.3.5"
|
|
|
|
[dev-dependencies.rustix]
|
|
version = "0.38"
|
|
features = ["net"]
|
|
default-features = false
|
|
|
|
[features]
|
|
block_on = ["pin-utils"]
|
|
executor = ["async-task"]
|
|
nightly_coverage = []
|
|
signals = ["nix"]
|
|
|
|
[target."cfg(unix)".dependencies.nix]
|
|
version = "0.28"
|
|
features = ["signal"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[badges.codecov]
|
|
repository = "Smithay/calloop"
|