# 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 = "vanilla_tokio_actor" version = "0.2.1" description = "Vanilla Tokio Actor" readme = "README.md" license = "MIT" repository = "https://github.com/Banyc/vanilla_tokio_actor" [dependencies.async-trait] version = "0.1.68" [dependencies.derivative] version = "2.2.0" [dependencies.duplicate] version = "1.0.0" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt", "sync", ] [dev-dependencies.tokio] version = "1.27.0" features = ["full"]