ommui_data 0.36.5

OMMUI data structures
Documentation
[package]
name = "ommui_data"
version = "0.36.5"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
description = "OMMUI data structures"
homepage = "https://gitlab.com/ommui/ommui_data"
repository = "https://gitlab.com/ommui/ommui_data"
documentation = "https://docs.rs/ommui_data"
license = "AGPL-3.0+"
edition = "2018"
exclude = ["Cargo.lock"]

[dependencies]
arnalisa = "0.6.1"
chrono = { version = "0.4.6", features = ["serde"] }
decorum = "0.1.3"
directories = "2.0.1"
env_logger = { version = "0.7.0", optional = true }
indexmap = { version = "1", features = ["serde-1"] }
log = "0.4"
ommui_file_loading = "0.7.0"
ommui_string_patterns = "0.1.2"
reqwest = { version = "0.9.5", optional = true }
serde = "1.0.80"
serde_derive = "1.0.80"
serde_json = "1.0.33"
snafu = "0.5.0"
structopt = { version = "0.3.2", optional = true }
uuid = { version = "0.7.4", features = ["serde", "v4"] }
xio_base_datatypes = "0.8.0"
xio_jobset = "0.13.0"
askama = "0.8.0"

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

[[bin]]
name = "ometo"
path = "ometo/main.rs"
required-features = ["tools"]

[[bin]]
name = "annalisa2arnalisa"
path = "annalisa2arnalisa/main.rs"
required-features = ["tools"]