# 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 = "acu" version = "0.4.1" authors = ["Grzegorz BaraƄski "] description = "Utilities for building asynchronous actors" readme = "README.md" keywords = ["actor", "async"] categories = ["asynchronous", "concurrency", "rust-patterns"] license = "MIT" repository = "https://github.com/gbaranski/acu" resolver = "2" [[example]] name = "logging" required-features = ["log"] [[example]] name = "master-slave-broadcast" required-features = ["master-slave"] [[example]] name = "master-slave" required-features = ["master-slave"] [dependencies.async-trait] version = "0.1.52" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.14" optional = true [dependencies.tokio] version = "1.16.1" features = ["sync", "rt", "macros"] [dependencies.tokio-stream] version = "0.1.8" features = ["sync"] [dependencies.uuid] version = "0.8.2" optional = true [dev-dependencies.log] version = "0.4.14" [dev-dependencies.simple-log] version = "1.4.0" [dev-dependencies.tokio] version = "1.16.1" features = ["full"] [features] default = ["log", "master-slave"] master-slave = []