mollysocket 1.7.1

MollySocket allows getting signal notifications via UnifiedPush.
# 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 = "mollysocket"
version = "1.7.1"
authors = ["S1m"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MollySocket allows getting signal notifications via UnifiedPush."
readme = "README.md"
keywords = [
    "unifiedpush",
    "molly",
    "signal",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/mollyim/mollysocket"

[[bin]]
name = "mollysocket"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.eyre]
version = "0.6.12"

[dependencies.figment]
version = "0.10.19"
features = [
    "toml",
    "env",
]

[dependencies.futures-channel]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1.4.0"

[dependencies.ip_rfc]
version = "0.1.0"

[dependencies.jwt-simple]
version = "0.12.14"
features = ["pure-rust"]
default-features = false

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.native-tls]
version = "0.2.14"

[dependencies.openssl]
version = "0.10.75"

[dependencies.prost]
version = "0.14"

[dependencies.qrcodegen]
version = "1.8.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "native-tls",
]

[dependencies.rocket]
version = "0.5.1"
features = ["json"]

[dependencies.rocket_prometheus]
version = "0.10.1"

[dependencies.rusqlite]
version = "0.38.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = [
    "native-tls",
    "url",
]

[dependencies.trust-dns-resolver]
version = "0.23.2"
features = ["tokio-runtime"]

[dependencies.url]
version = "2.5.8"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true