[package] name = "absperf-minilzo" version = "0.3.4" authors = ["Taylor C. Richberger "] edition = "2018" description = "safe wrapper around absperf-minilzo-sys" readme = "README.md" repository = "https://gitlab.com/Taywee/absperf-minilzo" license = "GPL-2.0" keywords = ["compression", "lzo", "minilzo"] categories = ["compression", "api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] absperf-minilzo-sys = "2.10"