[dependencies.arbitrary]
features = ["derive"]
version = "=1.3.0"
[dependencies.chia-bls]
version = "0.2.13"
[dependencies.chia-traits]
version = "0.2.13"
[dependencies.chia_py_streamable_macro]
optional = true
version = "0.2.13"
[dependencies.chia_streamable_macro]
version = "0.2.12"
[dependencies.clvm-traits]
features = ["derive"]
version = "0.2.12"
[dependencies.clvmr]
version = "0.3.0"
[dependencies.hex]
version = "0.4.3"
[dependencies.pyo3]
features = ["multiple-pymethods"]
optional = true
version = ">=0.19.0"
[dependencies.sha2]
version = "0.9.9"
[dev-dependencies.rstest]
version = "0.17.0"
[features]
py-bindings = ["dep:pyo3", "dep:chia_py_streamable_macro", "chia-traits/py-bindings"]
[lib]
crate-type = ["rlib"]
[package]
authors = ["Arvid Norberg <arvid@chia.net>"]
description = "Chia network protocol message types"
edition = "2021"
homepage = "https://github.com/Chia-Network/chia_rs/chia-protocol/"
license = "Apache-2.0"
name = "chia-protocol"
repository = "https://github.com/Chia-Network/chia_rs/chia-protocol/"
version = "0.2.13"