[package] name = "tyractorsaur" version = "0.3.0" authors = ["sers.dev "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/sers-dev/tyractorsaur" homepage = "https://github.com/sers-dev/tyractorsaur" documentation = "https://docs.rs/tyractorsaur" description = "Typed Actor System" keywords = ["typed", "actor", "scaling", "concurrency", "tyractorsaur"] categories = ["network-programming", "asynchronous", "concurrency"] exclude = ["/.github", ".gitignore"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "tyractorsaur" path = "src/lib.rs" [dependencies] config = "0.11.0" hostname = "0.3.1" num_cpus = "1.13.0" threadpool = "1.8.1" crossbeam-channel = "^0.5" crossbeam-utils = "^0.8" dashmap = "^4.0" serde = { version = "^1.0", features = ["derive"] } [dev-dependencies]