[package] name = "libpobsd" description = "Library to interact with the PlayOnBSD database " authors = ["Hukadan "] version = "0.4.0" edition = "2021" homepage = "https://github.com/playonbsd-rs/pobsd-lib" repository = "https://github.com/playonbsd-rs/pobsd-lib" documentation = "https://docs.rs/libpobsd" license = "MIT" readme = "README.md" keywords = ["OpenBSD", "PlayOnBSD"] rust-version = "1.68.0" [dependencies] serde = { version = "1", features = ["derive"], optional = true } regex = "1.7.3" hash32 = "0.3.1" paste = "1.0.12" chrono = { version = "0.4.35", features = ["serde"] } [features] default = [ "serde" ] serde = ["dep:serde"]