# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chik" version = "0.10.0" authors = [ "Richard Kiss ", "Arvid Norberg ", "Brandon Haggstrom ", ] description = "A meta-crate that exports all of the Chik crates in the workspace." homepage = "https://github.com/Chik-Network/chik_rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Chik-Network/chik_rs" [profile.release] lto = "thin" [dependencies.chik-bls] version = "0.10.0" optional = true [dependencies.chik-client] version = "0.10.0" optional = true [dependencies.chik-consensus] version = "0.10.0" optional = true [dependencies.chik-protocol] version = "0.10.0" optional = true [dependencies.chik-puzzles] version = "0.10.0" optional = true [dependencies.chik-ssl] version = "0.10.0" optional = true [dependencies.chik-traits] version = "0.10.0" optional = true [dependencies.klvm-traits] version = "0.10.0" optional = true [dependencies.klvm-utils] version = "0.10.0" optional = true [features] bls = ["dep:chik-bls"] client = ["dep:chik-client"] consensus = ["dep:chik-consensus"] default = [ "bls", "client", "consensus", "protocol", "ssl", "traits", "puzzles", "klvm-traits", "klvm-utils", ] klvm-traits = ["dep:klvm-traits"] klvm-utils = ["dep:klvm-utils"] protocol = ["dep:chik-protocol"] puzzles = ["dep:chik-puzzles"] ssl = ["dep:chik-ssl"] traits = ["dep:chik-traits"]