[package] name = "mathml" version = "0.4.4" authors = ["Jose Luis Ricon "] edition = "2018" description = "A parser for MathML" license = "MIT OR Apache-2.0" documentation="https://docs.rs/mathml/" repository="https://github.com/jlricon/mathml" categories=["parser-implementations","parsing","science","mathematics","simulation"] readme="README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] roxmltree = "0.10.1" serde = "1.0.106" serde_derive = "1.0.106" serde_plain = "0.3.0" approx = "0.3.2"