nour 1.0.2

High-performance Bitcoin SV toolkit for transactions, scripts, P2P, and wallets
# 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 = "2024"
name = "nour"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Bitcoin SV toolkit for transactions, scripts, P2P, and wallets"
readme = "README.md"
keywords = [
    "bitcoin-sv",
    "blockchain",
    "crypto",
    "transactions",
    "p2p",
]
categories = [
    "cryptography",
    "network-programming",
]
license-file = "LICENSE"
repository = "https://github.com/murphsicles/nour"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
async = ["tokio"]

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

[dependencies.bitcoin_hashes]
version = "0.20.0"

[dependencies.bsv58]
version = "0.1.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.dns-lookup]
version = "3.0.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.indexmap]
version = "2.9.0"

[dependencies.log]
version = "0.4.28"

[dependencies.murmur3]
version = "0.5.2"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.9.4"

[dependencies.ripemd]
version = "0.2.0"

[dependencies.secp256k1]
version = "0.31.1"
features = [
    "rand",
    "global-context",
]

[dependencies.snowflake]
version = "1.3.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "net",
    "rt",
]
optional = true

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.hex-literal]
version = "1.1.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1