chik-sdk-types 0.25.0

Standard Chik types for things such as puzzle info and conditions.
Documentation
# 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-sdk-types"
version = "0.25.0"
authors = ["Brandon Haggstrom <me@rigidnetwork.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard Chik types for things such as puzzle info and conditions."
homepage = "https://github.com/Chik-Network/chik-wallet-sdk"
readme = "README.md"
keywords = [
    "chik",
    "wallet",
    "blockchain",
    "crypto",
]
categories = [
    "cryptography::cryptocurrencies",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Chik-Network/chik-wallet-sdk"

[features]
chip-0035 = []

[lib]
name = "chik_sdk_types"
path = "src/lib.rs"

[dependencies.chik-bls]
version = "0.25.0"

[dependencies.chik-consensus]
version = "0.25.0"

[dependencies.chik-protocol]
version = "0.25.0"

[dependencies.chik-puzzle-types]
version = "0.25.0"

[dependencies.chik-puzzles]
version = "0.20.1"

[dependencies.chik-sdk-derive]
version = "0.25.0"

[dependencies.chik-secp]
version = "0.25.0"

[dependencies.chik-sha2]
version = "0.25.0"

[dependencies.hex-literal]
version = "0.4.1"

[dependencies.klvm-traits]
version = "0.25.0"
features = ["chik-secp"]

[dependencies.klvm-utils]
version = "0.25.0"

[dependencies.klvm_tools_rs]
version = "0.3.0"

[dependencies.klvmr]
version = "0.14.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_chacha]
version = "0.3.1"

[dev-dependencies.rstest]
version = "0.22.0"

[lints.clippy]
cargo_common_metadata = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
too_many_lines = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
dead_code = "deny"
deprecated = "deny"
deprecated_in_future = "deny"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unreachable_code = "warn"
unreachable_patterns = "deny"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_extern_crates = "deny"

[lints.rust.future_incompatible]
level = "deny"
priority = -1

[lints.rust.nonstandard_style]
level = "deny"
priority = -1

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "deny"
priority = -1

[lints.rustdoc]
missing_crate_level_docs = "allow"

[lints.rustdoc.all]
level = "deny"
priority = -1