exchange-pb 0.1.0

protobuf for crypto exchanges
Documentation
# 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 = "2024"
name = "exchange-pb"
version = "0.1.0"
authors = ["fangyuhao@gmail.com"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "protobuf for crypto exchanges"
homepage = "https://github.com/MoyuFunding/exchange-pb"
readme = "README.md"
keywords = [
    "trading",
    "crypto",
    "exchange",
]
categories = ["finance"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MoyuFunding/exchange-pb"

[lib]
name = "exchange_pb"
path = "src/lib.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "modular_usage"
path = "examples/modular_usage.rs"

[dependencies.bytes]
version = "1.5"

[dependencies.prost]
version = "0.12"

[dependencies.prost-types]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[build-dependencies.prost-build]
version = "0.12"