[package] name = "tinyring" version = "1.0.0" edition = "2021" license = "AGPL-3.0-or-later" description = "io_uring bindings" homepage = "https://github.com/zzwxh/tinyring" documentation = "https://docs.rs/tinyring" repository = "https://github.com/zzwxh/tinyring" readme = "README.md" [dependencies] do_syscall = "1" rawring = "1"