# 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 = "cssengine" version = "0.1.0" authors = ["Sergio Ribera "] build = false exclude = [ "examples", "benches", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CSS Engine to parse and get declarations by class and query" homepage = "https://github.com/SergioRibera/bustcord" readme = "README.md" keywords = [ "css", "css-compiler", "styling", "web", "engine", ] categories = [ "web-programming", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SergioRibera/bustcord" [lib] name = "cssengine" path = "src/lib.rs" [dependencies.csscolorparser] version = "0.7.0" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.smallvec] version = "1.13.2" features = ["const_new"] [dependencies.taffy] version = "0.6.2" features = [ "taffy_tree", "block_layout", ] default-features = false [dev-dependencies.divan] version = "0.1.16" [features] default = [ "grid", "flexbox", ] flexbox = ["taffy/flexbox"] grid = ["taffy/grid"] serde = [ "dep:serde", "smallvec/serde", "taffy/serde", "csscolorparser/serde", ] tailwind_colors = []