oris-evolution-network 0.5.0

Protocol types for the Oris Evolution Network.
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.80"
name = "oris-evolution-network"
version = "0.5.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol types for the Oris Evolution Network."
readme = false
license = "MIT"

[features]
default = []
gossip-dns = []
gossip-msgpack = ["dep:rmp-serde"]
network-mtls = ["dep:rustls"]

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ed25519-dalek]
version = "2.1"

[dependencies.getrandom]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.oris-evolution]
version = "0.4.1"

[dependencies.rmp-serde]
version = "1.3"
optional = true

[dependencies.rustls]
version = "0.23"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "time",
]