[package] authors = ["ihciah "] edition = "2021" name = "mini-rust-runtime" version = "0.1.0" license = "MIT" [dependencies] polling = "2" socket2 = "0.5.3" libc = "0.2" nix = "0.26.2" scoped-tls = "1" futures = "0.3" waker-fn = "1" pin-utils = "0.1" rustc-hash = "1" tokio = {version = "1", features = ["io-util"]}