kefli 0.1.1

Consensus-Based Auction Algorithm (CBAA) and Consensus-Based Bundle Algorithm (CBBA) implementations for distributed task allocation
Documentation
[dependencies.serde]
optional = true
version = "1.0"

[dev-dependencies]

[[example]]
name = "elevator_system"
path = "examples/elevator_system.rs"

[[example]]
name = "simple_auction"
path = "examples/simple_auction.rs"

[features]
default = []
serde = ["dep:serde"]

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

[package]
authors = ["Ipeglin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science::robotics"]
description = "Consensus-Based Auction Algorithm (CBAA) and Consensus-Based Bundle Algorithm (CBBA) implementations for distributed task allocation"
edition = "2021"
keywords = ["consensus", "distributed", "task-allocation", "cbaa", "cbba"]
license = "MIT OR Apache-2.0"
name = "kefli"
readme = "README.md"
repository = "https://github.com/ipeglin/kefli"
version = "0.1.1"

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