blvm-primitives 0.1.4

Bitcoin Commons BLVM: Foundational types, serialization, crypto, and config for consensus and protocol layers
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"
rust-version = "1.83"
name = "blvm-primitives"
version = "0.1.4"
authors = ["Bitcoin Commons Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bitcoin Commons BLVM: Foundational types, serialization, crypto, and config for consensus and protocol layers"
homepage = "https://btcdecoded.org"
readme = "README.md"
keywords = [
    "bitcoin",
    "primitives",
    "types",
    "serialization",
    "crypto",
]
categories = [
    "cryptography::cryptocurrencies",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/BTCDecoded/blvm-consensus"

[features]
default = []
production = [
    "smallvec",
    "rustc-hash",
]

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

[dependencies.bitcoin_hashes]
version = "=0.11.0"

[dependencies.ripemd]
version = "=0.1.3"

[dependencies.rustc-hash]
version = "2.0"
optional = true

[dependencies.serde]
version = "=1.0.228"
features = ["derive"]

[dependencies.smallvec]
version = "1.11"
features = [
    "serde",
    "const_generics",
]
optional = true

[dependencies.thiserror]
version = "=1.0.69"

[target.'cfg(not(target_os = "windows"))'.dependencies.sha2]
version = "=0.10.9"
features = ["asm"]

[target.'cfg(target_os = "windows")'.dependencies.sha2]
version = "=0.10.9"