abrasion/third_party/cargo/vendor/calloop-0.6.5/Cargo.toml

36 lines
1.0 KiB
TOML
Raw Normal View History

2020-01-18 23:27:25 +00:00
# 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
2021-01-07 23:38:16 +00:00
# to registry (e.g., crates.io) dependencies
2020-01-18 23:27:25 +00:00
#
# 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]
2021-01-07 23:38:16 +00:00
edition = "2018"
2020-03-16 23:00:50 +00:00
name = "calloop"
2021-01-07 23:38:16 +00:00
version = "0.6.5"
2020-01-18 23:27:25 +00:00
authors = ["Victor Berger <victor.berger@m4x.org>"]
2020-03-16 23:00:50 +00:00
autotests = false
description = "A callback-based event loop"
documentation = "https://docs.rs/calloop/"
2021-01-07 23:38:16 +00:00
readme = "README.md"
keywords = ["events", "loop", "callback", "eventloop", "unix"]
2020-01-18 23:27:25 +00:00
license = "MIT"
2020-03-16 23:00:50 +00:00
repository = "https://github.com/Smithay/calloop"
[[test]]
name = "signals"
harness = false
2021-01-07 23:38:16 +00:00
[dependencies.log]
version = "0.4"
2020-01-18 23:27:25 +00:00
2021-01-07 23:38:16 +00:00
[dependencies.nix]
version = "0.18"
2020-03-16 23:00:50 +00:00
[badges.codecov]
repository = "Smithay/calloop"