nym-node-requests 1.21.2

Nym Node API endpoint definitions and functions
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"
rust-version = "1.87.0"
name = "nym-node-requests"
version = "1.21.2"
authors = ["Nym Technologies SA"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nym Node API endpoint definitions and functions"
homepage = "https://nymtech.net"
documentation = "https://nymtech.net"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nymtech/nym"
resolver = "2"

[features]
client = [
    "nym-http-api-client",
    "async-trait",
    "nym-network-defaults",
]
default = ["client"]
openapi = [
    "utoipa",
    "nym-bin-common/openapi",
    "nym-exit-policy/openapi",
]

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

[dependencies.async-trait]
version = "0.1.88"
optional = true

[dependencies.celes]
version = "2.6.0"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.nym-bin-common]
version = "1.21.2"
features = ["bin_info_schema"]

[dependencies.nym-crypto]
version = "1.21.2"
features = [
    "asymmetric",
    "serde",
    "libcrux_x25519",
]
default-features = false

[dependencies.nym-exit-policy]
version = "1.21.2"

[dependencies.nym-http-api-client]
version = "1.21.2"
optional = true

[dependencies.nym-kkt-ciphersuite]
version = "1.21.2"

[dependencies.nym-network-defaults]
version = "1.21.2"
optional = true

[dependencies.nym-noise-keys]
version = "1.21.2"

[dependencies.nym-upgrade-mode-check]
version = "1.21.2"
features = ["openapi"]

[dependencies.nym-wireguard-types]
version = "1.21.2"

[dependencies.schemars]
version = "0.8.22"
features = ["preserve_order"]

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

[dependencies.serde_json]
version = "1.0.140"
features = ["float_roundtrip"]

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

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3.41"
features = [
    "serde",
    "formatting",
    "parsing",
]

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.utoipa]
version = "5.2"
features = ["time"]
optional = true

[lints.clippy]
complexity = "deny"
dbg_macro = "deny"
exit = "deny"
expect_used = "deny"
panic = "deny"
perf = "deny"
style = "deny"
suspicious = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]