cssforge 0.3.1

Safety-first semantic CSS refactoring and modernization workbench
# 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 = "cssforge"
version = "0.3.1"
authors = ["Jayesh Mepani <jayeshmepani777@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safety-first semantic CSS refactoring and modernization workbench"
homepage = "https://github.com/jayeshmepani/cssforge"
documentation = "https://docs.rs/cssforge"
readme = "README.md"
keywords = [
    "css",
    "refactoring",
    "nesting",
    "modernize",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/jayeshmepani/cssforge"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.cssforge-core]
version = "0.3.1"

[dependencies.cssforge-tui]
version = "0.3.1"

[dependencies.serde_json]
version = "1"