ant-protocol 2.0.2

Wire protocol for the Autonomi decentralized network (WithAutonomi fork)
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"
rust-version = "1.75"
name = "ant-protocol"
version = "2.0.2"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol for the Autonomi decentralized network (WithAutonomi fork)"
homepage = "https://autonomi.com"
readme = "README.md"
keywords = [
    "p2p",
    "decentralized",
    "quantum-safe",
    "post-quantum",
    "protocol",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/WithAutonomi/ant-protocol"

[features]
default = ["logging"]
logging = ["tracing"]

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

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.evmlib]
version = "0.8.1"

[dependencies.hex]
version = "0.4"

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.rmp-serde]
version = "1"

[dependencies.saorsa-core]
version = "0.24.1"

[dependencies.saorsa-pqc]
version = "0.5"

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

[dependencies.tokio]
version = "1.35"
features = [
    "sync",
    "time",
    "rt",
]

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.alloy]
version = "1"
features = ["node-bindings"]

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tokio]
version = "1.35"
features = ["full"]

[dev-dependencies.url]
version = "2"

[dev-dependencies.xor_name]
version = "5"

[lints.clippy]
expect_used = "deny"
missing_const_for_fn = "allow"
panic = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"