[dependencies.clvmr]
version = "=0.1.20"
[dependencies.hex]
version = "=0.4.3"
[dependencies.pyo3]
features = ["abi3-py37", "extension-module"]
optional = true
version = "=0.15.1"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.130"
[dev-dependencies.num-traits]
version = "=0.2.14"
[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"
repository = "https://github.com/Chia-Network/chia_rs/"
version = "0.1.4"
[profile.release]
lto = true