iroh-auth 0.1.2

Authentication middleware for iroh
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 = "iroh-auth"
version = "0.1.2"
authors = ["rustonbsd <rustonbsd@mailfence.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication middleware for iroh"
readme = "README.md"
keywords = ["networking"]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustonbsd/iroh-auth"

[features]
default = []
gossip-example = [
    "iroh-gossip",
    "anyhow",
    "tracing-subscriber",
]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "gossip"
path = "examples/gossip.rs"
required-features = ["gossip-example"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.hkdf]
version = "0.12"

[dependencies.iroh]
version = "0.96"

[dependencies.iroh-gossip]
version = "0.96"
optional = true

[dependencies.n0-future]
version = "0.3"

[dependencies.n0-watcher]
version = "0.6"

[dependencies.rand]
version = "0.9"

[dependencies.secrecy]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.spake2]
version = "0.4"

[dependencies.subtle]
version = "2.6"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true