arc-lang 0.1.0

A minimal, LLM-native architecture diagram language and renderer
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 = "arc-lang"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, LLM-native architecture diagram language and renderer"
homepage = "https://github.com/afif1400/arc"
readme = "README.md"
keywords = [
    "diagram",
    "architecture",
    "svg",
    "cli",
    "mcp",
]
categories = [
    "command-line-utilities",
    "visualization",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/afif1400/arc"

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

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

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

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

[dependencies.serde_json]
version = "1"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true