[package] name = "xio_hwdb" version = "0.7.0" authors = ["Wolfgang Silbermayr "] description = "XIO hardware-database data structures" homepage = "https://gitlab.com/ommui/xio_hwdb" repository = "https://gitlab.com/ommui/xio_hwdb" documentation = "https://docs.rs/xio_hwdb" license = "AGPL-3.0+" [dependencies] indexmap = "1.0.2" ommui_file_loading = "0.7.0" ommui_string_patterns = "0.1.2" serde = "1.0.70" serde-hex = "0.1.0" serde_derive = "1.0.70" serde_json = "1.0.24" uuid = { version = "0.7.4", features = ["serde", "v4"] } xio_base_datatypes = { version = "0.8.0", features = ["serde"] }