peasy-css 0.1.1

CSS code generator for Rust — create linear/radial gradients, box/text shadows, border-radius, flexbox layouts, and CSS grid. Zero external dependencies, outputs copy-paste CSS.
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 = "peasy-css"
version = "0.1.1"
authors = ["PeasyTools"]
build = false
exclude = [
    "target/",
    "demo.gif",
    "demo.tape",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSS code generator for Rust — create linear/radial gradients, box/text shadows, border-radius, flexbox layouts, and CSS grid. Zero external dependencies, outputs copy-paste CSS."
homepage = "https://peasycss.com"
documentation = "https://docs.rs/peasy-css"
readme = "README.md"
keywords = [
    "css",
    "gradient",
    "shadow",
    "flexbox",
    "grid",
]
categories = [
    "web-programming",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/peasytools/peasy-css-rs"

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

[dependencies.thiserror]
version = "2"