[package] name = "ri-utils" version = "1.0.0-beta.2" license = "Apache-2.0 OR MIT" description = "Ut" edition = "2018" exclude = [ ".license_template", "CHANGELOG.md", "/target" ] [dependencies] serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0.26" phf = { version = "0.10", features = [ "macros" ] } zstd = "0.9" url = { version = "2.2", features = [ "serde" ] } kuchiki = "0.8" html5ever = "0.25" proc-macro2 = { version = "1.0", optional = true } quote = { version = "1.0", optional = true } [features] build = [ "proc-macro2", "quote" ]