# 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" name = "uring-sys2" version = "0.10.0" authors = [ "Without Boats ", "Seiichi Uchida ", ] build = "build.rs" links = "uring" autobins = false autoexamples = false autotests = false autobenches = false description = "liburing bindings" readme = "README.md" keywords = [ "io_uring", "liburing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/topecongiro/uring-sys" [lib] name = "uring_sys2" path = "src/lib.rs" [[test]] name = "buf-ring" path = "tests/buf-ring.rs" [[test]] name = "version" path = "tests/version.rs" [dependencies.libc] version = "0.2.151" [dev-dependencies.tempfile] version = "3.9.0" [build-dependencies.bindgen] version = "0.69.1" features = ["experimental"] [build-dependencies.cc] version = "1.0.83"