# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.76" name = "klick-domain" version = "0.4.11" authors = ["slowtec GmbH "] description = "Calculate the carbon footprints for wastewater treatment plants" license = "AGPL-3.0-or-later" [dependencies.bs58] version = "0.5.1" [dependencies.mailparse] version = "0.14.1" [dependencies.pwhash] version = "1.0.0" [dependencies.thiserror] version = "1.0.58" [dependencies.time] version = "0.3.34" [dependencies.uuid] version = "1.8.0" features = ["v4"] [lints.clippy] missing_const_for_fn = "warn" missing_errors_doc = "allow" mod_module_files = "allow" module_name_repetitions = "allow" pedantic = "warn"