[package]
name = "chik_rs"
version = "0.28.1"
authors = ["Richard Kiss <him@richardkiss.com>"]
edition = "2021"
license = "Apache-2.0"
description = "Code useful for implementing chik consensus."
homepage = "https://github.com/Chik-Network/chik_rs"
repository = "https://github.com/Chik-Network/chik_rs"
readme = "README.md"
[lints]
workspace = true
[lib]
name = "chik_rs"
crate-type = ["cdylib"]
path = "src/lib.rs"
[package.metadata.maturin]
python-source = "python"
[package.metadata.cargo-machete]
ignored = ["chik-client", "chik-ssl"]
[features]
openssl = ["klvmr/openssl"]
[dependencies]
klvmr = { workspace = true }
hex = { workspace = true }
pyo3 = { workspace = true, features = ["multiple-pymethods"] }
chik-consensus = { workspace = true, features = ["py-bindings"] }
chik-bls = { workspace = true, features = ["py-bindings"] }
chik-protocol = { workspace = true, features = ["py-bindings"] }
klvm-utils = { workspace = true }
chik-ssl = { workspace = true }
chik-client = { workspace = true }
chik-traits = { workspace = true }