1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13name = "epoll"
14version = "4.3.3"
15authors = ["Nathan Sizemore <[email protected]>"]
16description = "Safe epoll interface."
17documentation = "https://docs.rs/epoll/"
18readme = "README.md"
19keywords = ["epoll"]
20license = "MPL-2.0"
21repository = "https://github.com/nathansizemore/epoll"
22
23[dependencies.bitflags]
24version = "2"
25
26[dependencies.libc]
27version = "0.2"
28