# 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 = "morbo" version = "0.2.0" authors = ["Jean-Philippe Bidegain "] exclude = [".github"] description = "A CSP Reporter" homepage = "https://github.com/aeyoll/morbo" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.axum] version = "0.5.15" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.enum-utils] version = "0.1.2" [dependencies.lettre] version = "0.9" optional = true [dependencies.lettre_email] version = "0.9" optional = true [dependencies.sentry_core] version = "0.27" optional = true package = "sentry" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tower] version = "0.4" features = [ "util", "timeout", ] [dependencies.tower-http] version = "0.3.0" features = [ "add-extension", "trace", "cors", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] mail = [ "lettre", "lettre_email", ] sentry = ["sentry_core"]