ommui_data 0.16.3

OMMUI 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]
edition = "2018"
name = "ommui_data"
version = "0.16.3"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
description = "OMMUI data structures"
homepage = "https://gitlab.com/ommui/ommui_data"
documentation = "https://docs.rs/ommui_data"
license = "AGPL-3.0+"
repository = "https://gitlab.com/ommui/ommui_data"

[[bin]]
name = "ommui_check_device"
required-features = ["tools"]

[[bin]]
name = "annalisa2arnalisa"
required-features = ["tools"]
[dependencies.arnalisa]
version = "0.2.3"

[dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dependencies.directories]
version = "2.0.1"

[dependencies.env_logger]
version = "0.6"
optional = true

[dependencies.indexmap]
version = "1"
features = ["serde-1"]

[dependencies.log]
version = "0.4"

[dependencies.ommui_file_loading]
version = "0.6.2"

[dependencies.ommui_string_patterns]
version = "0.1.2"

[dependencies.reqwest]
version = "0.9.5"
optional = true

[dependencies.serde]
version = "1.0.80"

[dependencies.serde_derive]
version = "1.0.80"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.snafu]
version = "0.4.1"

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

[dependencies.uuid]
version = "0.7.4"
features = ["serde", "v4"]

[dependencies.xio_base_datatypes]
version = "0.7.1"

[dependencies.xio_jobset]
version = "0.12.0"

[features]
client = ["reqwest"]
default = ["tools"]
filesystem = []
tools = ["filesystem", "client", "env_logger", "structopt"]