# 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 = "tiny-tokio-actor" version = "0.3.5" authors = ["fdeantoni "] description = "A simple and tiny actor library on top of tokio." readme = "README.md" keywords = [ "tokio", "actors", ] license = "Apache-2.0" repository = "https://github.com/fdeantoni/tiny-tokio-actor" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.backoff] version = "0.4" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "sync", "time", "macros", "rt", ] [dev-dependencies.dotenvy] version = "0.15.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.uuid] version = "1.4" features = ["v4"] [dev-dependencies.warp] version = "0.3"