# 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 = "tyractorsaur" version = "0.3.0" authors = ["sers.dev "] exclude = ["/.github", ".gitignore"] description = "Typed Actor System" homepage = "https://github.com/sers-dev/tyractorsaur" documentation = "https://docs.rs/tyractorsaur" keywords = ["typed", "actor", "scaling", "concurrency", "tyractorsaur"] categories = ["network-programming", "asynchronous", "concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/sers-dev/tyractorsaur" [lib] name = "tyractorsaur" path = "src/lib.rs" [dependencies.config] version = "0.11.0" [dependencies.crossbeam-channel] version = "^0.5" [dependencies.crossbeam-utils] version = "^0.8" [dependencies.dashmap] version = "^4.0" [dependencies.hostname] version = "0.3.1" [dependencies.num_cpus] version = "1.13.0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.threadpool] version = "1.8.1" [dev-dependencies]