[package] name = "office" version = "0.8.2" authors = ["Johann Tuffe "] repository = "https://github.com/tafia/calamine" documentation = "https://docs.rs/office" description = "See 'calamine' crate. Contact me for 'office' ownership" keywords = ["excel", "xls", "vba", "xml"] license = "MIT" readme = "README.md" [dependencies] zip = { version = "0.2.0", default-features = false } quick-xml = "0.4.1" log = "0.3.6" encoding = "0.2.33" byteorder = "0.5.3" error-chain = "0.5.0" [dev-dependencies] glob = "0.2.11"