ommui_data 0.0.3

OMMUI data structures
Documentation
[package]
name = "ommui_data"
version = "0.0.3"
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.4", features = ["serde"] }
failure = "0.1.1"
ommui_string_patterns = "0.1.2"
ommui_file_loading = "0.3.1"
reqwest = { version = "0.8.6", optional = true }
serde = "1.0.70"
serde_derive = "1.0.70"
serde_json = "1.0.24"
uuid = { version = "0.6.5", features = ["serde", "v4"] }

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