[package] name = "armature" version = "0.1.1" authors = ["Maxim "] edition = "2018" license = "MIT" description = "An event-driven stateful actor framework for Rust." repository = "https://github.com/MaximDeloof/armature" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] armature-macro = "0.1" futures = "0.3" async-std = "1.9"