chik 0.28.1

A meta-crate that exports all of the Chik crates in the workspace.
Documentation
[dependencies.chik-bls]
optional = true
version = "0.28.1"

[dependencies.chik-client]
optional = true
version = "0.28.1"

[dependencies.chik-consensus]
optional = true
version = "0.28.1"

[dependencies.chik-protocol]
optional = true
version = "0.28.1"

[dependencies.chik-puzzle-types]
optional = true
version = "0.28.1"

[dependencies.chik-secp]
optional = true
version = "0.28.1"

[dependencies.chik-serde]
optional = true
version = "0.28.1"

[dependencies.chik-sha2]
optional = true
version = "0.28.1"

[dependencies.chik-ssl]
optional = true
version = "0.28.1"

[dependencies.chik-traits]
optional = true
version = "0.28.1"

[dependencies.klvm-traits]
optional = true
version = "0.28.1"

[dependencies.klvm-utils]
optional = true
version = "0.28.1"

[dependencies.klvmr]
version = "0.16.0"

[features]
bls = ["dep:chik-bls", "klvm-traits/chik-bls"]
client = ["dep:chik-client"]
consensus = ["dep:chik-consensus"]
default = ["bls", "secp", "client", "consensus", "protocol", "ssl", "serde", "traits", "puzzle-types", "sha2", "klvm-traits", "klvm-utils"]
klvm-traits = ["dep:klvm-traits"]
klvm-utils = ["dep:klvm-utils"]
openssl = ["chik-sha2/openssl", "klvmr/openssl"]
protocol = ["dep:chik-protocol"]
puzzle-types = ["dep:chik-puzzle-types"]
secp = ["dep:chik-secp", "klvm-traits/chik-secp"]
serde = ["dep:chik-serde", "chik-protocol/serde", "chik-bls/serde"]
sha2 = ["dep:chik-sha2"]
ssl = ["dep:chik-ssl"]
traits = ["dep:chik-traits"]

[lib]
bench = false
name = "chik"
path = "src/lib.rs"

[package]
authors = ["Richard Kiss <him@richardkiss.com>", "Arvid Norberg <arvid@chiknetwork.com>", "Brandon Haggstrom <b.haggstrom@chiknetwork.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A meta-crate that exports all of the Chik crates in the workspace."
edition = "2021"
homepage = "https://github.com/Chik-Network/chik_rs"
license = "Apache-2.0"
name = "chik"
readme = "README.md"
repository = "https://github.com/Chik-Network/chik_rs"
version = "0.28.1"

[package.metadata.cargo-machete]
ignored = ["klvmr"]

[profile.release]
lto = "thin"