chia 0.6.0

A meta-crate that exports all of the Chia crates in the workspace.
Documentation
[dependencies.chia-bls]
optional = true
version = "0.6.0"

[dependencies.chia-client]
optional = true
version = "0.6.0"

[dependencies.chia-consensus]
optional = true
version = "0.6.1"

[dependencies.chia-protocol]
optional = true
version = "0.6.0"

[dependencies.chia-ssl]
optional = true
version = "0.6.0"

[dependencies.chia-traits]
optional = true
version = "0.6.0"

[dependencies.chia-wallet]
optional = true
version = "0.6.0"

[dependencies.clvm-traits]
optional = true
version = "0.6.0"

[dependencies.clvm-utils]
optional = true
version = "0.6.0"

[features]
bls = ["dep:chia-bls"]
client = ["dep:chia-client"]
clvm-traits = ["dep:clvm-traits"]
clvm-utils = ["dep:clvm-utils"]
consensus = ["dep:chia-consensus"]
default = ["bls", "client", "consensus", "protocol", "ssl", "traits", "wallet", "clvm-traits", "clvm-utils"]
protocol = ["dep:chia-protocol"]
ssl = ["dep:chia-ssl"]
traits = ["dep:chia-traits"]
wallet = ["dep:chia-wallet"]

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