# 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 = "skribble_core" version = "0.0.0" authors = ["Ifiok Jr. "] include = [ "src/**/*.rs", "Cargo.toml", "readme.md", ] description = "Core features for the skribble atomic css library" homepage = "https://github.com/ifiokjr/skribble" documentation = "https://docs.rs/skribble_core" readme = "readme.md" keywords = [ "build", "atomic", "css", ] license = "Unlicense" repository = "https://github.com/ifiokjr/skribble" [dependencies.colorsys] version = "0.6" [dependencies.enum-ordinalize] version = "3" [dependencies.heck] version = "0.4" [dependencies.indexmap] version = "1" features = ["serde-1"] [dependencies.lazy_static] version = "1" [dependencies.lightningcss] version = "1.0.0-alpha.39" [dependencies.parcel_sourcemap] version = "2" [dependencies.readonly] version = "0.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.typed-builder] version = "0.11" [dev-dependencies.insta] version = "1" features = ["json"]