# 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 = "takyon" version = "0.2.0" description = "A simple, single threaded async runtime" readme = "README.md" keywords = [ "async", "runtime", "io_uring", ] categories = [ "asynchronous", "filesystem", "network-programming", ] license = "MIT" repository = "https://github.com/UditDey/takyon/" [dependencies.nohash] version = "0.2.0" [dependencies.pin-project-lite] version = "0.2.13" [target."cfg(target_os = \"linux\")".dependencies.io-uring] version = "0.6.2" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.149"