# 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 = "slacktor" version = "0.4.0" description = "Slacktor is an extremely fast, bare-bones, low-overhead, supervisorless, no-std actor library." readme = "README.md" keywords = [ "actor", "no-std", "slacktor", ] license = "MIT OR Apache-2.0" repository = "https://github.com/peperworx/slacktor" [profile.release] opt-level = 3 lto = true strip = true [dependencies.slab] version = "0.4.9" default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.10.0" [features] async = []