imessage-apple 0.1.0

AppleScript execution helpers for iMessage actions on macOS.
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-apple"
version = "0.1.0"
authors = ["imessage-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AppleScript execution helpers for iMessage actions on macOS."
homepage = "https://github.com/jesec/imessage-rs"
documentation = "https://docs.rs/imessage-apple"
readme = "README.md"
keywords = [
    "imessage",
    "applescript",
    "macos",
    "automation",
    "messages",
]
categories = [
    "api-bindings",
    "os::macos-apis",
]
license = "MIT"
repository = "https://github.com/jesec/imessage-rs"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.tokio]
version = "1"
features = [
    "full",
    "process",
    "time",
]

[dependencies.tracing]
version = "0.1"