ghost-core 0.1.5

Core automation primitives (recipes, store) for the Ghost desktop-automation MCP server.
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 = "2021"
name = "ghost-core"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core automation primitives (recipes, store) for the Ghost desktop-automation MCP server."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/amajorai/ghost"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6"

[dependencies.futures-util]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-tungstenite]
version = "0.23"
features = ["rustls-tls-webpki-roots"]

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