[package] name = "vanilla_tokio_actor" version = "0.2.1" edition = "2021" description = "Vanilla Tokio Actor" license = "MIT" repository = "https://github.com/Banyc/vanilla_tokio_actor" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.68" derivative = "2.2.0" duplicate = "1.0.0" tokio = { version = "1.27.0", features = ["macros", "rt", "sync"] } [dev-dependencies] tokio = { version = "1.27.0", features = ["full"] }