evergreen 0.2.0-alpha

Network backend build on libp2p
# 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 = "evergreen"
version = "0.2.0-alpha"
build = "build.rs"
include = [
    "src/",
    "proto/",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network backend build on libp2p"
homepage = "https://firesidexr.com/evergreen"
readme = "README.md"
keywords = [
    "gamedev",
    "networking",
    "iroh",
    "firesidexr",
    "evergreen",
]
categories = [
    "network-programming",
    "game-development",
]
license = "Apache-2.0"
repository = "https://github.com/FiresideXR/evergreen-rs"

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

[dependencies.chrono]
version = "0.4.41"

[dependencies.futures]
version = "0.3.31"

[dependencies.iroh]
version = "1.0.0"

[dependencies.iroh-tickets]
version = "1.0.0"

[dependencies.protobuf]
version = "4.35.0-release"

[dependencies.rand]
version = "0.9.2"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.47.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.18"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[build-dependencies.protobuf-codegen]
version = "4.35.0-release"