[package]
name = "xio_base_datatypes"
version = "0.6.0"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
description = "XIO base data structures"
homepage = "https://gitlab.com/ommui/xio_base_datatypes"
documentation = "https://docs.rs/xio_base_datatypes"
license = "AGPL-3.0+"
repository = "https://gitlab.com/ommui/xio_base_datatypes"
[dependencies.bidir-map]
version = "1.0.0"
optional = true
[dependencies.indexmap]
version = "1.0.2"
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
[dependencies.snafu]
version = "0.4.1"
[features]
default = []