# 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 = "boardswarm-protocol" version = "0.0.1" authors = ["Sjoerd Simons "] description = "Boardswarm protobuf protocol definitions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/boardswarm/boardswarm" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.25" [dependencies.prost] version = "0.12.1" [dependencies.prost-types] version = "0.12.1" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.tokio] version = "1.30.0" features = ["full"] [dependencies.tonic] version = "0.10" [dev-dependencies.serde_json] version = "1.0.91" [build-dependencies.prost-build] version = "0.12.1" [build-dependencies.prost-wkt-build] version = "0.5.0" [build-dependencies.tonic-build] version = "0.10"