[[bench]]
harness = false
name = "performance"
path = "benches/performance.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1.5"
[dependencies.chacha20poly1305]
version = "0.10"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dashmap]
version = "5.5"
[dependencies.ed25519-dalek]
features = ["rand_core", "serde"]
version = "2.1"
[dependencies.env_logger]
version = "0.10"
[dependencies.flate2]
version = "1.0"
[dependencies.futures]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.hkdf]
version = "0.12"
[dependencies.hmac]
version = "0.12"
[dependencies.local-ip-address]
version = "0.5"
[dependencies.log]
version = "0.4"
[dependencies.mdns-sd]
version = "0.10"
[dependencies.pnet_datalink]
version = "0.34"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.sysinfo]
version = "0.29"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.32"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.4"
[dependencies.x25519-dalek]
features = ["static_secrets", "serde"]
version = "2.0"
[dependencies.zeroize]
features = ["derive"]
version = "1.7"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.tokio-test]
version = "0.4"
[[example]]
name = "background_discovery"
path = "examples/background_discovery.rs"
[[example]]
name = "channel_switching"
path = "examples/channel_switching.rs"
[[example]]
name = "device_migration"
path = "examples/device_migration.rs"
[[example]]
name = "group_chat"
path = "examples/group_chat.rs"
[[example]]
name = "simple_chat"
path = "examples/simple_chat.rs"
[features]
test_no_external_deps = []
[lib]
name = "xlink"
path = "src/lib.rs"
[package]
authors = ["Kirky.X <Kirky-X@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Unified Multi-Channel Communication SDK"
documentation = "https://docs.rs/xlink"
edition = "2021"
homepage = "https://github.com/Kirky-X/xlink"
license = "MIT"
name = "xlink"
readme = "README.md"
repository = "https://github.com/Kirky-X/xlink"
version = "0.1.0"
[[test]]
name = "dos_protection_tests"
path = "tests/dos_protection_tests.rs"
[[test]]
name = "integration_channels"
path = "tests/integration_channels.rs"
[[test]]
name = "integration_group"
path = "tests/integration_group.rs"
[[test]]
name = "integration_system"
path = "tests/integration_system.rs"
[[test]]
name = "large_file_transmission_tests"
path = "tests/large_file_transmission_tests.rs"
[[test]]
name = "long_running_tests"
path = "tests/long_running_tests.rs"
[[test]]
name = "test_arc_dashmap"
path = "tests/test_arc_dashmap.rs"
[[test]]
name = "test_bluetooth"
path = "tests/test_bluetooth.rs"
[[test]]
name = "test_lan"
path = "tests/test_lan.rs"
[[test]]
name = "test_memory_storage_cleanup"
path = "tests/test_memory_storage_cleanup.rs"
[[test]]
name = "test_mesh"
path = "tests/test_mesh.rs"
[[test]]
name = "test_rate_limiter_leak"
path = "tests/test_rate_limiter_leak.rs"
[[test]]
name = "test_wifi"
path = "tests/test_wifi.rs"
[[test]]
name = "unit_core"
path = "tests/unit_core.rs"