[package] name = "lzham" version = "0.1.1" authors = ["AriusX7 "] edition = "2018" readme = "README.md" license = "MIT" description = "High-level bindings for the lzham codec." keywords = ["lzham", "compression"] categories = ["api-bindings", "compression"] repository = "https://github.com/AriusX7/lzham" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] static = ["lzham-sys/static"] dynamic = ["lzham-sys/dynamic"] generate_binding = ["lzham-sys/generate_binding"] [dependencies.lzham-sys] version = "0.1.1"