# 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 = "bp3d-proto" version = "1.0.0-rc.4.0.0" authors = ["Yuri Edward "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BP3D protocol runtime." readme = "README.MD" keywords = [ "bp3d", "proto", ] categories = [ "network-programming", "parsing", ] license = "BSD-3-Clause" repository = "https://github.com/BlockProject3D/tools.proto" resolver = "1" [lib] name = "bp3d_proto" path = "src/lib.rs" [dependencies.bp3d-util] version = "1.0.0" features = ["simple-error"] [dependencies.bytesutil] version = "0.7.0" [dependencies.tokio] version = "1.39.3" features = ["full"] optional = true