# 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" rust-version = "1.82" name = "mrktpltsbot" version = "2.0.0-rc.7" authors = ["Pavel Perestoronin "] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Marktplaats search notifications in Telegram (unofficial)" readme = "README.md" keywords = [ "marktplaats", "telegram", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/eigenein/mrktpltsbot" [profile.release] lto = "thin" codegen-units = 1 [[bin]] name = "mrktpltsbot" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" features = ["backtrace"] [dependencies.backoff] version = "0.4.0" [dependencies.base64-url] version = "3.0.0" [dependencies.bon] version = "3.0.1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = [ "cargo", "derive", "env", "unicode", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.futures] version = "0.3.31" default-features = false [dependencies.maud] version = "0.26.0" [dependencies.monostate] version = "0.1.13" [dependencies.prost] version = "0.13.3" [dependencies.reqwest] version = "0.12.9" features = [ "gzip", "http2", "json", "rustls-tls", ] default-features = false [dependencies.rust_decimal] version = "1.36.0" [dependencies.rust_decimal_macros] version = "1.36.0" [dependencies.seahash] version = "4.1.0" [dependencies.secrecy] version = "0.10.3" [dependencies.sentry] version = "0.34.0" features = [ "anyhow", "backtrace", "contexts", "panic", "reqwest", "rustls", "tracing", ] default-features = false [dependencies.serde] version = "1.0.214" [dependencies.serde_json] version = "1.0.132" [dependencies.serde_qs] version = "0.13.0" [dependencies.sqlx] version = "0.8.2" features = [ "chrono", "migrate", "runtime-tokio", "sqlite", ] [dependencies.sqlx-sqlite] version = "0.8.2" [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.16" features = ["time"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.2" [badges.is-it-maintained-issue-resolution] repository = "eigenein/mrktpltsbot" [badges.is-it-maintained-open-issues] repository = "eigenein/mrktpltsbot" [lints.clippy] future_not_send = "allow" ignored_unit_patterns = "allow" missing_errors_doc = "allow" module_name_repetitions = "allow" significant_drop_tightening = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] async_fn_in_trait = "allow"