imsg 0.3.0

Read and send iMessages from the command line over Bluetooth MAP/PBAP — no Apple hardware required
# 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 = "imsg"
version = "0.3.0"
authors = ["Ethan <claude@gnu.foo>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and send iMessages from the command line over Bluetooth MAP/PBAP — no Apple hardware required"
readme = "README.md"
keywords = [
    "bluetooth",
    "imessage",
    "sms",
    "map",
    "pbap",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/gnufood/imsg"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bluer]
version = "0.17.4"
default-features = false

[dependencies.bytes]
version = "1"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["tracing"]
default-features = false

[dependencies.config]
version = "0.3.0"
package = "imsg-config"

[dependencies.fs2]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.imsg-broker]
version = "0.3.0"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.interprocess]
version = "2.4.2"
features = ["tokio"]

[dependencies.ipc]
version = "0.3.0"
package = "imsg-ipc"

[dependencies.keyring]
version = "0.3.0"
package = "imsg-keyring"

[dependencies.map-core]
version = "0.3.0"
package = "imsg-map"

[dependencies.pbap-core]
version = "0.3.0"
package = "imsg-pbap"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.service]
version = "0.3.0"
package = "imsg-service"

[dependencies.session]
version = "0.3.0"
package = "imsg-session"

[dependencies.store]
version = "0.3.0"
package = "imsg-store"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "process",
    "sync",
    "signal",
    "time",
]

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.transport]
version = "0.3.0"
package = "imsg-transport"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
expect_used = "deny"
indexing_slicing = "deny"
missing_errors_doc = "deny"
missing_panics_doc = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
dead_code = "deny"
missing_docs = "deny"
unreachable_pub = "deny"
unsafe_code = "forbid"
unused_imports = "deny"
unused_must_use = "deny"
unused_mut = "deny"