arcane-cli 0.7.0

CLI for Arcane - agent-native 2D game engine (dev server, testing, project scaffolding)
# 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"
name = "arcane-cli"
version = "0.7.0"
build = "build.rs"
include = [
    "src/**/*",
    "Cargo.toml",
    "build.rs",
    "data/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Arcane - agent-native 2D game engine (dev server, testing, project scaffolding)"
homepage = "https://github.com/anthropics/arcane"
documentation = "https://docs.rs/arcane-cli"
readme = "README.md"
keywords = [
    "game-engine",
    "cli",
    "gamedev",
    "2d",
]
categories = [
    "command-line-utilities",
    "game-engines",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/anthropics/arcane"

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

[dependencies.anyhow]
version = "1"

[dependencies.arcane-engine]
version = "0.7.0"
features = ["renderer"]

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

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.include_dir]
version = "0.7"

[dependencies.notify]
version = "7"

[dependencies.notify-debouncer-mini]
version = "0.5"

[dependencies.scraper]
version = "0.22"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.ureq]
version = "2"

[dependencies.urlencoding]
version = "2"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false