chia 0.1.0

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

[dependencies.hex]
version = "=0.4.3"

[dependencies.num-traits]
version = "=0.2.14"

[dependencies.pyo3]
version = "=0.15.1"

[dependencies.serde]
version = "1.0.129"

[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.0"
[profile.release]
lto = true