2025-02-06 19:13:47 +08:00

26 lines
456 B
TOML

[lib]
crate-type = ["cdylib"]
[package]
name = "avante-html2md"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
htmd = "0.1.6"
html2md = "0.2.15"
mlua.workspace = true
reqwest = { version = "0.12.12", features = ["blocking"] }
[lints]
workspace = true
[features]
lua51 = ["mlua/lua51"]
lua52 = ["mlua/lua52"]
lua53 = ["mlua/lua53"]
lua54 = ["mlua/lua54"]
luajit = ["mlua/luajit"]