[package] name = "klvm-utils" version = "0.10.0" edition = "2021" license = "Apache-2.0" description = "Utility functions for processing klvm programs and structures" authors = ["Arvid Norberg "] homepage = "https://github.com/Chik-Network/chik_rs" repository = "https://github.com/Chik-Network/chik_rs" [lints] workspace = true [dependencies] klvmr = { workspace = true } klvm-traits = { workspace = true } hex = { workspace = true } [dev-dependencies] rstest = { workspace = true } klvm-traits = { path = "../klvm-traits", features = ["derive"] }