# 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" name = "heimdall" version = "0.2.0" authors = ["johnteper "] description = "Services monitor system using SMTP" homepage = "https://heimdall.stellamar.tech" license = "GPL-3.0" repository = "https://github.com/StellaMarTech/heimdall" resolver = "2" [profile.release] lto = true [lib] name = "heimdall" path = "src/heimdall/mod.rs" [[bin]] name = "heimdall-server" path = "src/main.rs" [dependencies.axum] version = "0.5.7" [dependencies.chrono] version = "0.4.18" [dependencies.dotenv] version = "0.15.0" [dependencies.heimdall_errors] version = "0.1.0" [dependencies.jsonwebtokens] version = "1.1.0" [dependencies.lettre] version = "0.9.6" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.simplelog] version = "0.12.0" [dependencies.thiserror] version = "1.0.31" [dependencies.time] version = "0.3.9" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.uuid] version = "1.1.1" features = ["serde", "v4"]