[package]
name = "elevatorpro"
version = "1.0.0"
edition = "2021"
authors = ["Ravn Erik Budde", "Adrian Valaker Eikeland"]
readme = "README.md"
documentation = "https://docs.rs/elevatorpro"
description = "TTK4145 Real-time Programming elevator project, Group 25, spring 2025"
repository = "https://github.com/Adriaeik/TTK4145-Prosjekt-AIS"
license-file = "LICENSE.txt"
keywords = ["elevator", "real-time", "tokio", "ttk4145"]
categories = ["asynchronous", "network-programming"]
[dependencies]
crossbeam-channel = "0.5"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "rt", "net", "process", "sync", "time", "io-util"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bincode = "1.3"
socket2 = "0.5.8"
local-ip-address = "0.6.3"
ansi_term = "0.12"
prettytable-rs = "0.10"
unicode-width = "0.1"
once_cell = "1.19"
lazy_static = "1.4"
[lib]
path = "src/lib.rs"