[[bench]]
harness = false
name = "vortex"
path = "benches/vortex.rs"
[dependencies.bytes]
version = "1"
[dependencies.chrono]
features = ["serde", "clock"]
version = "0.4.42"
[dependencies.rand]
version = "0.8"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.proptest]
version = "1.9"
[lib]
name = "vortex_protocol"
path = "src/lib.rs"
[package]
authors = ["The Dragonfly Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A P2P file transfer protocol"
edition = "2021"
homepage = "https://d7y.io/"
keywords = ["dragonfly", "p2p"]
license = "Apache-2.0"
name = "vortex-protocol"
readme = "README.md"
repository = "https://github.com/dragonflyoss/vortex.git"
version = "0.1.5"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "prop_tests"
path = "tests/prop_tests.rs"