# 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 = "2021" name = "a10" version = "0.2.2" authors = ["Thomas de Zeeuw "] build = false include = [ "/Cargo.toml", "/src/**/*.rs", "/tests/**/*.rs", "/README.md", "/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A10 is an io_uring library." documentation = "https://docs.rs/a10" readme = "README.md" keywords = [ "io_uring", "io", "async", "non-blocking", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/Thomasdezeeuw/a10" [lib] name = "a10" path = "src/lib.rs" [[test]] name = "async_fd" path = "tests/async_fd.rs" [[test]] name = "ring" path = "tests/ring.rs" [[test]] name = "signals" path = "tests/signals.rs" harness = false [dependencies.libc] version = "0.2.132" default-features = false [dependencies.log] version = "0.4.21" features = ["kv_std"] default-features = false [dev-dependencies.std-logger] version = "0.5.3" default-features = false [features] default = [] nightly = []