specloom-cli 0.2.0

CLI for the deterministic Specloom Figma-to-spec pipeline.
# 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 = "specloom-cli"
version = "0.2.0"
authors = ["Wendell"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the deterministic Specloom Figma-to-spec pipeline."
homepage = "https://github.com/WendellXY/specloom"
documentation = "https://docs.rs/specloom-cli"
readme = "README.md"
keywords = [
    "figma",
    "cli",
    "ui",
    "pipeline",
    "codegen",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/WendellXY/specloom"
resolver = "2"

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

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

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

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

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

[dependencies.core]
version = "=0.2.0"
package = "specloom-core"

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "2.5"