xio_webapi 0.6.0

XIO web API data structures
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "xio_webapi"
version = "0.6.0"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
description = "XIO web API data structures"
homepage = "https://gitlab.com/ommui/xio_webapi"
documentation = "https://docs.rs/xio_webapi"
license = "AGPL-3.0+"
repository = "https://gitlab.com/ommui/xio_webapi"

[[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"]
[dependencies.csv]
version = "1.0.0"
optional = true

[dependencies.failure]
version = "0.1.1"
optional = true

[dependencies.serde]
version = "1.0.70"

[dependencies.serde_derive]
version = "1.0.70"

[dependencies.serde_json]
version = "1.0.24"
optional = true

[dependencies.structopt]
version = "0.2.10"
optional = true

[dependencies.uuid]
version = "0.6.5"
features = ["serde"]

[dependencies.xio_base_datatypes]
version = "0.4.3"
features = ["serde"]

[dependencies.xio_hwdb]
version = "0.2.6"

[dependencies.xio_jobset]
version = "0.6.0"
[dev-dependencies.serde_json]
version = "1.0.24"

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