# 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] name = "td_revent" version = "0.3.2" authors = ["tickbh "] description = "Event library for Rust, Async IO similar to libevent" readme = "README.md" keywords = ["event", "AsyncIO", "libevent"] license = "MIT/Apache-2.0" repository = "https://github.com/tickbh/td_revent" [[test]] name = "test" path = "test/test.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.kernel32-sys] version = "0.2.2" [dependencies.libc] version = "^0.2.1" [dependencies.nix] version = "0.24.1" [dependencies.psocket] version = "0.1" [dependencies.rand] version = "0.8.5" [dependencies.rbtree] version = "0.1" [dependencies.time] version = "0.3.9" [dependencies.winapi] version = "0.2" [dependencies.ws2_32-sys] version = "^0.2"