xio_webapi 0.9.0

XIO web API data structures
Documentation
[package]
name = "xio_webapi"
version = "0.9.0"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
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 }
failure = { version = "0.1.1", optional = true }
serde = "1.0.70"
serde_derive = "1.0.70"
serde_json = { version = "1.0.24", optional = true }
structopt = { version = "0.2.10", optional = true }
uuid = { version = "0.6.5", features = ["serde"] }
xio_base_datatypes = { version = "0.4.3", features = ["serde"] }
xio_hwdb = "0.2.6"
xio_jobset = "0.6.0"

[dev-dependencies]
serde_json = "1.0.24"

[features]
default = ["tools"]
notools = []
tools = ["failure", "serde_json", "structopt", "csv"]

[[bin]]
name = "xio-check-joblog"
path = "src/bin/check_joblog.rs"
required-features = ["tools"]

[[bin]]
name = "xio-migrate-joblog"
path = "src/bin/migrate_joblog.rs"
required-features = ["tools"]