[package]
edition = "2021"
rust-version = "1.70"
name = "fleet-coordinate"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fleet coordination via zero-holonomy consensus and Laman rigidity"
readme = "README.md"
keywords = [
"consensus",
"fleet",
"rigidity",
"coordination",
"holonomy",
]
categories = [
"concurrency",
"algorithms",
]
license = "MIT"
repository = "https://github.com/SuperInstance/fleet-coordinate"
[lib]
name = "fleet_coordinate"
path = "src/lib.rs"
[[test]]
name = "beam_tests"
path = "tests/beam_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "zhc_tests"
path = "tests/zhc_tests.rs"
[dependencies.pythagorean48-codes]
version = "0.1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.approx]
version = "0.5"
[dev-dependencies.criterion]
version = "0.5"