[package] name = "libedbo" authors = ["urdekcah "] version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" description = "Rust client library for accessing the EDBO OpenAPI" keywords = ["edbo"] homepage = "https://github.com/urdekcah/libedbo/" repository = "https://github.com/urdekcah/libedbo/" [badges] maintenance = { status = "actively-developed" } [dependencies] tokio = { version = "1", features = ["full"] } thiserror = "2.0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.12", features = ["json", "blocking"] }