# 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.23.0" authors = ["Rafael Villar Burke "] 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.1" [dependencies.exitcode] version = "1.1.2" [dependencies.num] version = "0.3.0" [dependencies.once_cell] version = "1.4.0" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.56" [dev-dependencies.assert_cli] version = "0.6.3" [dev-dependencies.pretty_assertions] version = "0.6.1"