[package] name = "minilzo3" version = "0.1.0" authors = ["Miles Granger "] edition = "2018" license-file = "LICENSE" readme = "README.md" description = "Pure Rust implementation of minilzo; initially created with c2rust." [dependencies] libc = "0.2" thiserror = "^1"