chia 0.1.8

Implementation of `clvm` for Chia Network's cryptocurrency
Documentation
[dependencies.chia_streamable_macro]
version = "=0.2.2"

[dependencies.clvmr]
version = "=0.1.23"

[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"

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

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

[package]
authors = ["Richard Kiss <him@richardkiss.com>"]
description = "Implementation of `clvm` for Chia Network's cryptocurrency"
edition = "2018"
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.1.8"
[profile.release]
lto = true