[dependencies.chia-bls]
optional = true
version = "0.17.0"
[dependencies.chia-client]
optional = true
version = "0.17.0"
[dependencies.chia-consensus]
optional = true
version = "0.17.0"
[dependencies.chia-protocol]
optional = true
version = "0.17.0"
[dependencies.chia-puzzles]
optional = true
version = "0.17.0"
[dependencies.chia-secp]
optional = true
version = "0.17.0"
[dependencies.chia-sha2]
optional = true
version = "0.17.0"
[dependencies.chia-ssl]
optional = true
version = "0.17.0"
[dependencies.chia-traits]
optional = true
version = "0.17.0"
[dependencies.clvm-traits]
optional = true
version = "0.17.0"
[dependencies.clvm-utils]
optional = true
version = "0.17.0"
[dependencies.clvmr]
version = "0.10.0"
[features]
bls = ["dep:chia-bls", "clvm-traits/chia-bls"]
client = ["dep:chia-client"]
clvm-traits = ["dep:clvm-traits"]
clvm-utils = ["dep:clvm-utils"]
consensus = ["dep:chia-consensus"]
default = ["bls", "secp", "client", "consensus", "protocol", "ssl", "traits", "puzzles", "sha2", "clvm-traits", "clvm-utils"]
openssl = ["chia-sha2/openssl", "clvmr/openssl"]
protocol = ["dep:chia-protocol"]
puzzles = ["dep:chia-puzzles"]
secp = ["dep:chia-secp", "clvm-traits/chia-secp"]
sha2 = ["dep:chia-sha2"]
ssl = ["dep:chia-ssl"]
traits = ["dep:chia-traits"]
[package]
authors = ["Richard Kiss <him@richardkiss.com>", "Arvid Norberg <arvid@chia.net>", "Brandon Haggstrom <b.haggstrom@chia.net>"]
description = "A meta-crate that exports all of the Chia crates in the workspace."
edition = "2021"
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.17.0"
[package.metadata.cargo-machete]
ignored = ["clvmr"]
[profile.release]
lto = "thin"