# Copyright 2018-2019 the Tectonic Project # Licensed under the MIT License. [package] name = "tectonic_xdv" version = "0.2.2" authors = ["Peter Williams "] description = """ A decoder for the XDV and SPX file formats used by XeTeX and Tectonic. """ homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic" repository = "https://github.com/tectonic-typesetting/tectonic/" readme = "README.md" license = "MIT" edition = "2018" [dependencies] byteorder = "^1.4" [dev-dependencies] clap = "^2.33"