# 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" rust-version = "1.56.0" name = "hannibal" version = "0.10.0" authors = [ "Hendrik Sollich ", "sunli ", ] publish = true description = "a small actor library" homepage = "https://github.com/hoodie/hannibal" documentation = "https://docs.rs/hannibal/" readme = "README.md" keywords = [ "actor", "async", "hannibal", "xactor", "async-std", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/hoodie/hannibal" [dependencies.anyhow] version = "1.0" optional = true [dependencies.async-std] version = "1.12" features = ["attributes"] optional = true [dependencies.async-trait] version = "0.1" [dependencies.dyn-clone] version = "1" [dependencies.eyre] version = "0.6" optional = true [dependencies.fnv] version = "1.0" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.hannibal-derive] version = "0.10" [dependencies.once_cell] version = "1.17" [dependencies.slab] version = "0.4" [dependencies.tokio] version = "1.29" features = [ "rt-multi-thread", "macros", "time", ] optional = true [dev-dependencies.color-backtrace] version = "0.6.0" [dev-dependencies.ctor] version = "0.2.6" [features] default = [ "runtime-async-std", "anyhow", ] runtime-async-std = ["async-std"] runtime-tokio = [ "tokio/rt-multi-thread", "tokio/macros", "tokio/time", ] tracing = ["tokio/tracing"]