azul-css 0.0.6

Common datatypes used for styling applications using the Azul desktop GUI framework
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 = "azul-css"
version = "0.0.6"
authors = ["Felix Schütt <felix.schuett@maps4print.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
    Common datatypes used for styling applications
    using the Azul desktop GUI framework
"""
homepage = "https://azul.rs/"
readme = false
keywords = [
    "gui",
    "user-interface",
    "svg",
    "graphics",
    "css",
]
categories = ["gui"]
license = "MPL-2.0"
repository = "https://github.com/maps4print/azul"
resolver = "2"

[features]
default = [
    "parser",
    "io",
]
io = [
    "dep:serde",
    "dep:serde_json",
    "dep:dirs-next",
]
parser = ["dep:azul-simplecss"]

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

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

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

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

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

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

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

[dependencies.azul-simplecss]
version = "0.1.2"
optional = true
default-features = false

[dependencies.dirs-next]
version = "2.0"
optional = true

[dependencies.highway]
version = "1.3"
default-features = false

[dependencies.libm]
version = "0.2.2"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.strum]
version = "0.26"
features = ["derive"]
default-features = false

[dependencies.strum_macros]
version = "0.26"
default-features = false