schengen 0.2.0

Helper library for building Synergy-compatible clients and servers
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"
rust-version = "1.85"
name = "schengen"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper library for building Synergy-compatible clients and servers"
homepage = "https://github.com/schengen-project/schengen"
readme = "README.md"
license = "GPL-3.0-or-later"

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

[[test]]
name = "client_tests"
path = "tests/client_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "server_tests"
path = "tests/server_tests.rs"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "time",
    "rt",
    "rt-multi-thread",
    "io-util",
    "sync",
    "macros",
]