# 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 = "heph-rt" version = "0.4.1" authors = ["Thomas de Zeeuw "] include = [ "/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE", ] description = "Heph-rt is a speciailised runtime for Heph's actor." documentation = "https://docs.rs/heph-rt" readme = "README.md" keywords = [ "actor", "runtime", "async", "functions", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/Thomasdezeeuw/heph" [dependencies.crossbeam-channel] version = "0.5.0" features = ["std"] default-features = false [dependencies.getrandom] version = "0.2.2" features = ["std"] optional = true default-features = false [dependencies.heph] version = "0.4.0" default-features = false [dependencies.heph-inbox] version = "0.2.1" default-features = false [dependencies.libc] version = "0.2.96" default-features = false [dependencies.log] version = "0.4.16" features = [ "kv_unstable", "kv_unstable_std", ] default-features = false [dependencies.mio] version = "0.8.0" features = [ "os-poll", "net", ] default-features = false [dependencies.mio-signals] version = "0.2.0" default-features = false [dependencies.socket2] version = "0.4.0" features = ["all"] default-features = false [dev-dependencies.getrandom] version = "0.2.2" features = ["std"] default-features = false [dev-dependencies.std-logger] version = "0.4.0" features = [ "log-panic", "nightly", ] default-features = false [features] test = [ "getrandom", "heph/test", ]