chia 0.2.3

Utility functions and types used by the Chia blockchain full node
Documentation
[dependencies.chia-protocol]
version = "=0.2.3"

[dependencies.clvm-utils]
version = "=0.2.3"

[dependencies.clvmr]
version = "=0.2.3"

[dependencies.hex]
version = "=0.4.3"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "=0.15.1"
[dev-dependencies.num-traits]
version = "=0.2.15"

[dev-dependencies.rstest]
version = "=0.16.0"

[features]
py-bindings = ["dep:pyo3"]

[lib]
crate-type = ["rlib"]
name = "chia"

[package]
authors = ["Richard Kiss <him@richardkiss.com>", "Arvid Norberg <arvid@chia.net>"]
description = "Utility functions and types used by the Chia blockchain full node"
edition = "2021"
homepage = "https://github.com/Chia-Network/chia_rs/"
license = "Apache-2.0"
name = "chia"
readme = "README.md"
repository = "https://github.com/Chia-Network/chia_rs/"
version = "0.2.3"
[profile.release]
lto = true