cteepbd 0.11.1

Computation of energy balance of buildings according to UNE-EN ISO 52000-1:2017 to comply with CTE DB-HE 2018
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 = "cteepbd"
version = "0.11.1"
authors = ["Rafael Villar Burke <pachi@ietcc.csic.es>"]
description = "Computation of energy balance of buildings according to UNE-EN ISO 52000-1:2017 to comply with CTE DB-HE 2018"
readme = "README.md"
keywords = ["buildings", "energy", "CTE", "DB-HE", "NZEB"]
categories = ["command-line-utilities", "science"]
license = "MIT"
repository = "https://github.com/energiacte/cteepbd"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
incremental = false
[dependencies.clap]
version = "2.33.0"

[dependencies.exitcode]
version = "1.1.2"

[dependencies.failure]
version = "0.1.5"

[dependencies.itertools]
version = "0.8.0"

[dependencies.num]
version = "0.2.0"

[dependencies.serde]
version = "1.0.94"

[dependencies.serde_derive]
version = "1.0.94"

[dependencies.serde_json]
version = "1.0.40"

[dependencies.strum]
version = "0.15.0"

[dependencies.strum_macros]
version = "0.15.0"
[dev-dependencies.assert_cli]
version = "0.6.3"

[dev-dependencies.pretty_assertions]
version = "0.6.1"