titan-utils 0.2.0

Internal crate for the titan-family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "titan-utils"
description = "Internal crate for the titan-family"
authors.workspace = true
categories.workspace = true
license.workspace = true
edition.workspace = true
version.workspace = true
repository.workspace = true
documentation.workspace = true

[features]
internal-cssvalidate = ["dep:cssparser", "dep:lightningcss"]

[dependencies]
cssparser = {version = "0.33.0", optional = true}
lightningcss = { version = "1.0.0-alpha.61", optional = true }