[package]
name = "clvm-utils"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions for processing clvm programs and structures"
authors = ["Arvid Norberg <arvid@chia.net>"]
homepage = "https://github.com/Chia-Network/chia_rs"
repository = "https://github.com/Chia-Network/chia_rs"
[dependencies]
clvmr = "0.7.0"
clvm-traits = { version = "0.9.0", path = "../clvm-traits" }
hex = "0.4.3"
[dev-dependencies]
rstest = "0.16.0"
clvm-traits = { version = "0.9.0", path = "../clvm-traits", features = ["derive"] }