# 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 = "puppet" version = "0.4.0" description = "A simple actor framework which uses no dynamic dispatch or boxing." readme = "README.md" keywords = [ "actor", "async", "tokio", ] license = "MIT" repository = "https://github.com/ChillFish8/puppet" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.25" [dependencies.puppet-derive] version = "0.3.0" [dependencies.tokio] version = "1" features = ["rt"] optional = true default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [features] custom-executor = ["puppet-derive/custom-executor"] default = ["helper-methods"] helper-methods = [ "tokio", "puppet-derive/helper-methods", "puppet-derive/custom-executor", ]