tower-defense 0.2.1

Middleware utilities to authenticate RPC calls using libp2p node keys
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 = "tower-defense"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Middleware utilities to authenticate RPC calls using libp2p node keys"
readme = "README.md"
license = "Apache-2.0 OR (GPL-3.0-or-later WITH Classpath-exception-2.0)"
repository = "https://github.com/Mosaic-Chain/tower-defense"

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

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

[dependencies.bs58]
version = "0.5.1"

[dependencies.ed25519-dalek]
version = "2.2.0"
features = ["serde"]

[dependencies.jsonrpsee]
version = "0.26.0"
features = [
    "client",
    "server",
]

[dependencies.multihash]
version = "0.19.3"

[dependencies.quick-protobuf]
version = "0.8.1"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt",
]