ommui_data 0.12.3

OMMUI data structures
[package]
name = "ommui_data"
version = "0.12.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+"
edition = "2018"

[dependencies]
chrono = { version = "0.4.6", features = ["serde"] }
directories = "2.0.1"
indexmap = { version = "1", features = ["serde-1"] }
log = "0.4"
ommui_file_loading = "0.6.2"
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.4.1"
uuid = { version = "0.7.1", features = ["serde", "v4"] }

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