36 lines
709 B
TOML
36 lines
709 B
TOML
[package]
|
|
name = "arbiter-proto"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
repository = "https://git.markettakers.org/MarketTakers/arbiter"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
tonic.workspace = true
|
|
tokio.workspace = true
|
|
futures.workspace = true
|
|
hex = "0.4.3"
|
|
tonic-prost = "0.14.3"
|
|
prost = "0.14.3"
|
|
kameo.workspace = true
|
|
url = "2.5.8"
|
|
miette.workspace = true
|
|
thiserror.workspace = true
|
|
rustls-pki-types.workspace = true
|
|
base64 = "0.22.1"
|
|
prost-types.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-prost-build = "0.14.3"
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|
|
rand.workspace = true
|
|
rcgen.workspace = true
|
|
|
|
[package.metadata.cargo-shear]
|
|
ignored = ["tonic-prost", "prost", "kameo"]
|
|
|
|
|