imessage-rs 0.1.0

Modular Rust + Swift toolkit and local API server for iMessage, FaceTime, and FindMy on macOS.
# 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 = "2024"
rust-version = "1.85"
name = "imessage-rs"
version = "0.1.0"
authors = ["imessage-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular Rust + Swift toolkit and local API server for iMessage, FaceTime, and FindMy on macOS."
homepage = "https://github.com/jesec/imessage-rs"
documentation = "https://docs.rs/imessage-rs"
readme = "README.md"
keywords = [
    "imessage",
    "facetime",
    "findmy",
    "automation",
    "macos",
]
categories = [
    "api-bindings",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/jesec/imessage-rs"
resolver = "2"

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.imessage-core]
version = "0.1.0"

[dependencies.imessage-db]
version = "0.1.0"

[dependencies.imessage-http]
version = "0.1.0"

[dependencies.imessage-private-api]
version = "0.1.0"

[dependencies.imessage-watcher]
version = "0.1.0"

[dependencies.imessage-webhooks]
version = "0.1.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.home]
version = "0.5"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "json",
    "blocking",
    "multipart",
]

[dev-dependencies.serde_json]
version = "1"
features = ["preserve_order"]