# 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" rust-version = "1.75.0" name = "lzo1x" version = "0.2.0" authors = ["Justin de Ruiter "] exclude = ["/corpora"] description = "Safe Rust port of the LZO1X compression algorithm" readme = "README.md" keywords = ["lzo"] categories = ["compression"] license = "GPL-2.0" repository = "https://github.com/jussyDr/lzo1x" [profile.bench] debug = 2 [[test]] name = "test" harness = false [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.lzo-sys] version = "0.3.1" [dev-dependencies.zip] version = "2.1.0" [features] default = ["std"] std = []