imsg 0.1.2

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.1.2"
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"

[features]
tui = [
    "dep:ratatui",
    "dep:crossterm",
]

[[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.1.2"
package = "imsg-config"

[dependencies.crossterm]
version = "0.29.0"
optional = true

[dependencies.fs2]
version = "0.4"

[dependencies.indicatif]
version = "0.18.4"

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

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

[dependencies.ratatui]
version = "0.30.0"
optional = true

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

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

[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.1.2"
package = "imsg-transport"

[dev-dependencies.serial_test]
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"