tari_node_components 5.2.1

Tari Base Layer Node Components
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.90.0"
name = "tari_node_components"
version = "5.2.1"
authors = ["The Tari Development Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tari Base Layer Node Components"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/tari-project/tari"

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

[features]
default = []
wasm = ["wasm-bindgen"]

[lib]
name = "tari_node_components"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.blake2]
version = "0.10"

[dependencies.borsh]
version = "1.5.7"
features = ["derive"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.digest]
version = "0.10"

[dependencies.primitive-types]
version = "0.12"
features = ["serde"]

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

[dependencies.tari_common_types]
version = "5.2.1"

[dependencies.tari_hashing]
version = "5.2.1"

[dependencies.tari_transaction_components]
version = "5.2.1"

[dependencies.tari_utilities]
version = "0.8"
features = ["borsh"]

[dependencies.thiserror]
version = "2"

[dependencies.wasm-bindgen]
version = "0.2.100"
optional = true

[dev-dependencies]

[target.'cfg(target_arch = "wasm32")'.dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "wasmbind",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.55"