ic-bn-lib-common 0.1.4

A collection of traits & types commonly used by ic-bn-lib and others
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 = "2024"
name = "ic-bn-lib-common"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of traits & types commonly used by ic-bn-lib and others"
documentation = "https://docs.rs/ic-bn-lib-common"
readme = "README.md"
keywords = [
    "internet-computer",
    "icp",
    "dfinity",
    "boundary-nodes",
]
license = "Apache-2.0"

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

[dependencies.anyhow]
version = "1.0.93"

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

[dependencies.axum]
version = "0.8.1"

[dependencies.candid]
version = "0.10.10"

[dependencies.clap]
version = "4.5.20"
features = [
    "derive",
    "string",
    "env",
]

[dependencies.cloudflare]
version = "0.14.0"
features = ["rustls-tls"]
default-features = false

[dependencies.derive-new]
version = "0.7.0"

[dependencies.fqdn]
version = "0.5.2"

[dependencies.hickory-proto]
version = "0.25.1"

[dependencies.hickory-resolver]
version = "0.25.1"
features = [
    "tls-ring",
    "https-ring",
    "dnssec-ring",
    "webpki-roots",
]

[dependencies.http]
version = "1.3.1"

[dependencies.humantime]
version = "2.2.0"

[dependencies.hyper]
version = "1.7.0"

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

[dependencies.ic-agent]
version = "0.45"
features = [
    "ring",
    "_internal_dynamic-routing",
]

[dependencies.instant-acme]
version = "0.8.2"
features = [
    "ring",
    "hyper-rustls",
]
default-features = false

[dependencies.parse-size]
version = "1.1.0"
features = ["std"]

[dependencies.prometheus]
version = "0.14.0"

[dependencies.rcgen]
version = "0.14.3"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "blocking",
    "http2",
    "rustls-tls",
    "hickory-dns",
    "json",
    "stream",
    "gzip",
]
default-features = false

[dependencies.rustls]
version = "0.23.18"
features = [
    "ring",
    "std",
    "brotli",
]
default-features = false

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

[dependencies.socket2]
version = "0.6.0"

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio-util]
version = "0.7.12"
features = ["full"]

[dependencies.tower-service]
version = "0.3.3"

[dependencies.url]
version = "2.5.3"

[dependencies.uuid]
version = "=1.12.1"
features = ["v7"]

[dev-dependencies.mockall]
version = "0.13.0"