ommui_data 0.5.2

OMMUI data structures
Documentation
[package]
name = "ommui_data"
version = "0.5.2"
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+"

[dependencies]
chrono = { version = "0.4.6", features = ["serde"] }
failure = "0.1.3"
ommui_string_patterns = "0.1.2"
ommui_file_loading = "0.4.0"
reqwest = { version = "0.9.5", optional = true }
serde = "1.0.80"
serde_derive = "1.0.80"
serde_json = "1.0.33"
uuid = { version = "0.7.1", features = ["serde", "v4"] }
indexmap = { version = "1", features = ["serde-1"] }

[features]
default = [ "client" ]
filesystem = []
client = [ "reqwest" ]