[package] name = "olekit" version = "1.0.2" authors = ["Thomas BAILLEUX "] license = "WTFPL" description = "A simple command line tool for working with OLE file" homepage = "https://github.com/zadlg/olekit" keywords = ["ole", "compound", "document", "file", "parser"] categories = ["parsing"] repository = "https://github.com/zadlg/olekit.git" readme = "README.md" [dependencies] ole = "0.1.13" clap = "2.31.1" ansi_term = "0.11.0" chrono = "0.4.0"