imessage-private-api 0.1.0

Private API transport and Swift helper integration for iMessage, FaceTime, and FindMy.
Documentation
# 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-private-api"
version = "0.1.0"
authors = ["imessage-rs contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Private API transport and Swift helper integration for iMessage, FaceTime, and FindMy."
homepage = "https://github.com/jesec/imessage-rs"
documentation = "https://docs.rs/imessage-private-api"
readme = "README.md"
keywords = [
    "imessage",
    "facetime",
    "findmy",
    "macos",
    "private-api",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jesec/imessage-rs"
resolver = "2"

[lib]
name = "imessage_private_api"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

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

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

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]