# 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 = "quickwit-actors" version = "0.3.0" authors = ["Quickwit, Inc. "] description = "Actor framework used in quickwit" homepage = "https://quickwit.io/" documentation = "https://quickwit.io/docs/" license = "AGPL-3.0-or-later" repository = "https://github.com/quickwit-oss/quickwit" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.quickwit-common] version = "0.3.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "^1.18" features = ["full"] [dependencies.tracing] version = "0.1.29" [dev-dependencies.rand] version = "0.8"