# 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 = "notipriv" version = "1.0.0" authors = ["RĂ©mi BERTHO "] build = "build.rs" description = "UnifiedPush message sender" homepage = "https://dalan.fr" readme = "README.md" keywords = [ "UnifiedPush", "notification", ] license = "MIT" repository = "https://git.berthor.eu/dalan/notipriv" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.confy] version = "0.5" [dependencies.human-panic] version = "1" [dependencies.opener] version = "0.6" [dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls-tls", ] default_features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.shadow-rs] version = "0.23" [dependencies.url] version = "2" features = ["serde"] [build-dependencies.shadow-rs] version = "0.23"