2024-02-20 16:34:42 +00:00
|
|
|
[package]
|
|
|
|
name = "quartz-proto"
|
2024-05-30 00:00:43 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2024-10-15 20:58:06 +00:00
|
|
|
license.workspace = true
|
2024-05-30 00:00:43 +00:00
|
|
|
repository.workspace = true
|
2024-10-09 19:30:52 +00:00
|
|
|
homepage.workspace = true
|
|
|
|
categories = ["cryptography::cryptocurrencies", "wasm"]
|
|
|
|
keywords = ["cosmos", "cosmwasm", "cycles", "quartz", "sgx"]
|
2024-05-30 00:00:43 +00:00
|
|
|
readme = "README.md"
|
2024-10-09 19:30:52 +00:00
|
|
|
description = """
|
|
|
|
Protobuf types defining the Quartz handshake to initialize connection between a smart contract and trusted execution environment.
|
|
|
|
"""
|
2024-02-20 16:34:42 +00:00
|
|
|
|
2024-08-08 10:25:56 +00:00
|
|
|
|
2024-02-20 16:34:42 +00:00
|
|
|
[dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
# external
|
2024-10-16 19:48:25 +00:00
|
|
|
prost = { workspace = true, features = ["derive"] }
|
2024-05-30 00:00:43 +00:00
|
|
|
tonic.workspace = true
|
2024-02-20 16:34:42 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
tonic-build.workspace = true
|