[package] name = "xio_webapi" version = "0.19.0" authors = ["Wolfgang Silbermayr "] description = "XIO web API data structures" homepage = "https://gitlab.com/ommui/xio_webapi" repository = "https://gitlab.com/ommui/xio_webapi" documentation = "https://docs.rs/xio_webapi" license = "AGPL-3.0+" [dependencies] csv = { version = "1.0.0", optional = true } indexmap = "1.0.2" serde = "1.0.70" serde_derive = "1.0.70" serde_json = { version = "1.0.24", optional = true } snafu = { version = "0.5.0", optional = true } structopt = { version = "0.3.2", optional = true } uuid = { version = "0.7.1", features = ["serde"] } xio_base_datatypes = { version = "0.8.0", features = ["serde"] } xio_hwdb = "0.7.0" xio_jobset = "0.13.0" [dev-dependencies] serde_json = "1.0.24" [features] default = ["tools"] notools = [] tools = ["serde_json", "snafu", "structopt", "csv"] [[bin]] name = "xio-check-joblog" path = "src/bin/check_joblog.rs" required-features = ["tools"]