drawlang 0.1.2

Precision diagrams as code — a DSL and renderer built for AI-agent authors
# 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 = "drawlang"
version = "0.1.2"
authors = ["Nitin Gupta <nitingupta910@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Precision diagrams as code — a DSL and renderer built for AI-agent authors"
readme = "README.md"
keywords = [
    "diagram",
    "svg",
    "dsl",
    "cli",
    "diagrams-as-code",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/nitingupta910/drawlang"

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

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

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

[dependencies.drawlang-core]
version = "0.1.2"

[dependencies.drawlang-render]
version = "0.1.2"

[dependencies.drawlang-syntax]
version = "0.1.2"

[dependencies.serde_json]
version = "1.0.150"