# 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 = "2018" name = "mrktpltsbot" version = "0.4.0" authors = ["Pavel Perestoronin "] publish = true description = "Marktplaats search notifications in Telegram (Unofficial)" readme = "README.md" keywords = ["marktplaats"] license = "MIT" repository = "https://github.com/eigenein/mrktpltsbot" [profile.dev] split-debuginfo = "unpacked" [profile.release] lto = "fat" codegen-units = 1 debug = 2 [dependencies.anyhow] version = "1.0.32" [dependencies.async-std] version = "1.6.2" features = [ "attributes", "tokio1", ] [dependencies.backoff] version = "0.4.0" features = ["async-std"] [dependencies.chrono] version = "0.4.13" features = ["serde"] [dependencies.chrono-tz] version = "0.8.6" features = ["serde"] [dependencies.futures] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.redis] version = "0.24.0" features = [ "connection-manager", "async-std-comp", ] [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.11.0" features = [ "rustls-tls", "gzip", "json", ] default-features = false [dependencies.sentry] version = "0.32.2" features = [ "backtrace", "contexts", "panic", "transport", "log", "anyhow", ] default-features = false [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.simplelog] version = "0.12.1" [dependencies.structopt] version = "0.3.16" [badges.is-it-maintained-issue-resolution] repository = "eigenein/mrktpltsbot" [badges.is-it-maintained-open-issues] repository = "eigenein/mrktpltsbot" [lints.clippy] all = "warn" future_not_send = "allow" missing_errors_doc = "allow" module_name_repetitions = "allow" nursery = "warn" pedantic = "warn"