arnalisa 0.3.3

Pipeline system for calculating values
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "arnalisa"
version = "0.3.3"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
description = "Pipeline system for calculating values"
homepage = "https://gitlab.com/silwol/arnalisa"
documentation = "https://docs.rs/arnalisa"
license = "AGPL-3.0+"
repository = "https://gitlab.com/silwol/arnalisa"

[[bin]]
name = "arnalisa"
required-features = ["tools"]
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crossbeam-channel]
version = "0.3.8"

[dependencies.decorum]
version = "0.1.2"

[dependencies.env_logger]
version = "0.6.0"
optional = true

[dependencies.float-cmp]
version = "0.5.0"

[dependencies.indexmap]
version = "1.0.2"
features = ["serde-1"]

[dependencies.log]
version = "0.4.6"

[dependencies.serde]
version = "1.0.82"

[dependencies.serde_cbor]
version = "0.10.0"

[dependencies.serde_derive]
version = "1.0.82"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.snafu]
version = "0.4.1"

[dependencies.structopt]
version = "0.2.14"

[dependencies.xio_base_datatypes]
version = "0.7.1"
optional = true

[dependencies.xio_webapi]
version = "0.18.0"
optional = true

[features]
default = ["tools", "xio"]
tools = ["env_logger"]
xio = ["xio_webapi", "xio_base_datatypes"]