# 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 = "hulc2envolventecte" version = "2.2.1" authors = ["Rafael Villar Burke "] description = "Export data from a HULC project to the EnvolventeCTE JSON format" readme = "README.md" keywords = ["buildings", "energy", "ISO_EN_52000", "CTE", "EnvolventeCTE"] categories = ["command-line-utilities", "science"] license = "MIT" repository = "https://github.com/pachi/hulc2envolventecte" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark_types" harness = false [dependencies.anyhow] version = "1.0" [dependencies.encoding] version = "0.2" [dependencies.flate2] version = "1" [dependencies.glob] version = "0.3" [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7.0" [dependencies.roxmltree] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.3" [target."cfg(not(windows))".dependencies.env_logger] version = "0.8" [target."cfg(windows)".dependencies.log4rs] version = "1.0.0" features = ["file_appender"] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["wingdi", "winuser", "libloaderapi", "combaseapi", "objbase", "shobjidl", "shlobj", "winerror"]