# 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.63.0" name = "stakker" version = "0.2.11" authors = ["Jim Peters "] description = "A lightweight low-level single-threaded actor runtime" homepage = "https://uazu.github.io/stakker" documentation = "https://docs.rs/stakker" readme = "README.md" keywords = [ "actor", "runtime", "async", "pony", "erlang", ] categories = [ "asynchronous", "concurrency", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/uazu/stakker" [dependencies.qcell] version = "0.5" [dependencies.slab] version = "0.4" [dependencies.static_assertions] version = "1.0" [features] anymap = [] default = ["inter-thread"] inline-deferrer = [] inter-thread = [] logger = [] multi-stakker = [] multi-thread = [] no-unsafe = [] no-unsafe-queue = [] [badges.maintenance] status = "actively-developed"