# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lzokay-native" version = "0.1.0" description = "A pure rust port of lzookay." readme = "README.md" keywords = [ "lzokay", "lzo", "native", "compress", "decompress", ] categories = [ "compression", "algorithms", ] license = "MIT" repository = "https://github.com/arma-tools/lzokay-native-rs/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.byteorder] version = "1.4.3" optional = true [dependencies.thiserror] version = "1.0.30" [dev-dependencies.minilzo-rs] version = "0.6.0" [dev-dependencies.sha1] version = "0.10.5" [features] compress = [] decompress = ["byteorder"] default = [ "compress", "decompress", ]