vscode-theme-syntect 0.1.1

Parse VSCode themes to Syntect Themes
Documentation
[dependencies.jsonc-parser]
features = ["serde"]
version = "0.26.2"

[dependencies.log]
features = ["std"]
version = "0.4.25"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.syntect]
default-features = false
features = ["plist-load"]
version = "5.2.0"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.env_logger]
version = "0.11.6"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "parsing"]
description = "Parse VSCode themes to Syntect Themes"
edition = "2021"
keywords = ["syntect", "vscode", "code", "parsing", "theme"]
license = "Apache-2.0"
name = "vscode-theme-syntect"
readme = "README.md"
repository = "https://github.com/Lepidopteran/quellcode/tree/main/crates/vscode-theme-syntect"
resolver = "3"
version = "0.1.1"