dg_xch_core 2.1.4

Core library containing type/error definitions, CLVM tools, Consensus and Pool definitions
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 = "dg_xch_core"
version = "2.1.4"
authors = ["James Hoerr"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library containing type/error definitions, CLVM tools, Consensus and Pool definitions"
homepage = "https://github.com/GalactechsLLC/dg_xch_utils"
readme = false
license = "Apache-2.0"
repository = "https://github.com/GalactechsLLC/dg_xch_utils"

[features]
default = [
    "sqlx",
    "postgres",
]
metrics = ["dep:prometheus"]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]

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

[dependencies.async-trait]
version = "0.1.86"

[dependencies.bls12_381]
version = "0.8.0"

[dependencies.blst]
version = "0.3.14"
features = ["portable"]

[dependencies.bytes]
version = "1.5.0"

[dependencies.der]
version = "0.7.8"

[dependencies.dg_xch_macros]
version = "2.1.3"

[dependencies.dg_xch_serialize]
version = "2.1.3"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.hkdf]
version = "0.12.4"

[dependencies.hyper]
version = "1.6.0"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.10"
features = ["full"]

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.26"

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

[dependencies.num-integer]
version = "0.1.46"

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

[dependencies.once_cell]
version = "1.20.3"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.portfu]
version = "1.3.0"

[dependencies.prometheus]
version = "0.13.4"
features = ["protobuf"]
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.rsa]
version = "0.9.6"
features = [
    "std",
    "pem",
    "sha2",
]

[dependencies.rustls]
version = "0.23.29"

[dependencies.rustls-pemfile]
version = "2.2.0"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.sha2]
version = "0.10.8"
features = ["oid"]

[dependencies.sqlx]
version = "=0.8.6"
features = [
    "macros",
    "json",
    "time",
    "runtime-tokio",
    "tls-rustls-aws-lc-rs",
]
optional = true

[dependencies.time]
version = "0.3.37"
features = ["serde"]

[dependencies.tokio]
version = "1.43.0"
features = [
    "rt-multi-thread",
    "sync",
    "signal",
    "macros",
    "process",
    "time",
    "fs",
    "net",
    "io-util",
]

[dependencies.tokio-tungstenite]
version = "0.26.2"
features = [
    "rustls",
    "rustls-tls-webpki-roots",
]

[dependencies.uuid]
version = "1.14.0"
features = ["v4"]

[dependencies.x509-cert]
version = "0.2.5"
features = [
    "std",
    "pem",
    "builder",
]

[dev-dependencies]