# 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" version = "0.4.0" authors = ["Thomas de Zeeuw "] include = [ "/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE", ] description = "Heph is an actor framework based on asynchronous functions." documentation = "https://docs.rs/heph" readme = "README.md" keywords = [ "actor", "framework", "async", "functions", ] categories = [ "asynchronous", "web-programming", ] license = "MIT" repository = "https://github.com/Thomasdezeeuw/heph" resolver = "2" [dependencies.getrandom] version = "0.2.2" features = ["std"] optional = true default-features = false [dependencies.heph-inbox] version = "0.2.1" default-features = false [dependencies.log] version = "0.4.16" features = [ "kv_unstable", "kv_unstable_std", ] 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"]