pingap-util 0.13.1

Util for pingap
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 = "pingap-util"
version = "0.13.1"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Util for pingap"
homepage = "https://github.com/vicanso/pingap"
readme = "README.md"
keywords = [
    "pingap",
    "util",
]
license = "Apache-2.0"
repository = "https://github.com/vicanso/pingap"

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.aes-gcm-siv]
version = "0.11.1"
features = [
    "aes",
    "alloc",
]
default-features = false

[dependencies.ahash]
version = "0.8.12"

[dependencies.base64]
version = "0.22.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.ipnet]
version = "2.12.0"

[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.pem]
version = "3.0.6"

[dependencies.rustc_version_runtime]
version = "0.3.0"

[dependencies.snafu]
version = "0.9.0"
features = ["std"]
default-features = false

[dependencies.substring]
version = "1.4.5"

[dependencies.toml]
version = "0.9.7"

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

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

[dev-dependencies.tempfile]
version = "3.21.0"

[dev-dependencies.tokio-test]
version = "0.4.4"

[lints.clippy]
unwrap_used = "deny"