# 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-protocol" version = "0.24.3" authors = ["Chaoqian Xu "] build = false exclude = [ "/protocol-generator", ".vscode", "target", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Maxwell protocol 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_protocol" path = "src/lib.rs" [dependencies.actix] version = "0.13.5" [dependencies.bytes] version = "1.7.1" [dependencies.prost] version = "0.13.2" [dependencies.thiserror] version = "1.0.63"