# 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 = "saasaparilla_notification_common" version = "0.1.0" description = "a crate containing the common types and utilities for the saasaparilla_notification project" homepage = "https://github.com/SaaSaparilla/saasaparilla.notification" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/SaaSaparilla/saasaparilla.notification" [dependencies.config] version = "0.14.0" [dependencies.eyre] version = "0.6.8" [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.22" features = [ "json", "gzip", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.4.1"