# 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" rust-version = "1.75" name = "maxwell-utils" version = "0.11.1" authors = ["Chaoqian Xu "] build = false exclude = [ ".vscode", "target", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Maxwell utils implementation for Rust." readme = "README.md" keywords = [ "maxwell", "data-exchange", "msg-communication", ] license = "Apache-2.0" repository = "https://github.com/maxwell-dev/maxwell" [lib] name = "maxwell_utils" path = "src/lib.rs" [dependencies.actix] version = "0.13.5" [dependencies.ahash] version = "0.8.11" [dependencies.anyhow] version = "1.0.87" [dependencies.bytes] version = "1.7.1" [dependencies.dashmap] version = "6.1.0" [dependencies.dycovec] version = "0.1.1" [dependencies.fastwebsockets] version = "0.5.0" features = [ "upgrade", "unstable-split", ] [dependencies.futures] version = "0.3.30" [dependencies.futures-intrusive] version = "0.5.0" [dependencies.hyper] version = "0.14.30" features = [ "http1", "client", "tcp", ] [dependencies.log] version = "0.4.22" [dependencies.maxwell-protocol] version = "0.24.3" [dependencies.num_cpus] version = "1.16.0" [dependencies.once_cell] version = "1.19.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.futures-util] version = "0.3.30" [dev-dependencies.log4rs] version = "1.3.0"