# 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 = "mailhook" version = "0.1.8" description = "mail webhook to webpush" homepage = "https://github.com/3TiSite/mailhook/tree/main" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/3TiSite/mailhook.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false panic = "abort" overflow-checks = false incremental = true strip = true [dependencies.aerr] version = "0.1.6" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.7.2" features = ["tracing"] [dependencies.dotenv] version = "0.15.0" [dependencies.genv] version = "0.1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.loginit] version = "0.1.4" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.sonic-rs] version = "0.2.5" [dependencies.static_init] version = "1.0.3" features = [ "lock_statistics", "parking_lot", "parking_lot_core", ] [dependencies.tokio] version = "1.34.0" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ] [dependencies.tracing] version = "0.1.40" [dependencies.wxpush] version = "0.1.4" [target.x86_64-unknown-linux-gnu]