# 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 = "2018" name = "tyra" version = "1.0.0" authors = ["sers.dev "] exclude = [ "/.github", ".gitignore", ] description = "Typed Actor System" homepage = "https://github.com/sers-dev/tyra" documentation = "https://docs.rs/tyra" readme = "README.md" keywords = [ "typed", "actor", "scaling", "concurrency", "tyra", ] categories = [ "network-programming", "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sers-dev/tyra" [lib] name = "tyra" path = "src/lib.rs" [dependencies.config] version = "0.13.2" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.dashmap] version = "5.4.0" [dependencies.flume] version = "0.10.14" [dependencies.hostname] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.13.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.threadpool] version = "1.8.1" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.ntest] version = "0.8.1"