[package] name = "ocularium_host" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true [dependencies] clap = { version = "4.5.18", features = ["derive"] } tokio = { version = "1.40.0", features = ["full"] } chrono = "0.4.38" tokio-serial = "5.4" postcard = "1.0" heapless = { version = "0.8", features = ["serde"] } eyre = "0.6" serde = "1.0" ssmarshal = { version = "1.0", features = ["std"] } embassy-executor = { git = "https://github.com/embassy-rs/embassy", features = ["arch-std"] } embassy-time = { git = "https://github.com/embassy-rs/embassy", features = ["std", "generic-queue"] } molybdos_lib = { git = "https://pub.npry.dev/molybdos", features = ["postcard", "serde", "std"], default-features = false } hound = "3.5"