Packages

Rustler binding for the Syntect syntax highlighter, with streaming and iolists

Current section

Files

Jump to
rustled_syntect native rustled_syntect Cargo.toml
Raw

native/rustled_syntect/Cargo.toml

[package]
name = "rustled_syntect"
version = "0.1.0"
authors = []
[lib]
name = "rustled_syntect"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.25.0"
rustler_codegen = "0.25.0"
lazy_static = "1.0"
syntect = { version = "4.5.0", features = ["parsing", "html"] }