[package] name = "textocx" version = "0.1.0" edition = "2021" license = "Apache-2.0" description = "Tex code to Office MathML" include = ["src/**/*", "mathml2omml/dist/index.js", "Cargo.toml", "Temml/dist/temml.mjs", "README.md"] repository = "https://github.com/hsfzxjy/textocx" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clipboard-win = "5.1.0" html-escape = "0.2.13" nom = "7.1.3" [dependencies.ac] version = "2.2.0" package = "async-channel" [dependencies.nwd] package = "native-windows-derive" version = "1.0.4" [dependencies.nwg] package = "native-windows-gui" version = "1.0.13" features = ["flexbox"] [dependencies.rq] package = "rquickjs" version = "0.4.3" default-features = false features = ["exports", "futures", "rust-alloc", "loader", "dyn-load", "macro"]