# 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 = "palmdoc-compression" version = "0.3.1" exclude = [ "examples/*", "resources/*", ] description = "Fast & safe implementation of PalmDoc/MOBI/AZW/Kindle flavored LZ77" readme = "README.md" keywords = [ "palmdoc", "compression", "kindle", "lz77", ] license = "MIT" repository = "https://github.com/codetheweb/palmdoc-compression" [profile.bench] debug = 2 strip = false [[bench]] name = "palmdoc" harness = false [[bench]] name = "calibre" harness = false required-features = ["calibre"] [dependencies.libc] version = "0.2.153" optional = true [dependencies.thiserror] version = "1.0.58" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.lipsum] version = "0.9.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.cc] version = "1.0" [features] calibre = ["dep:libc"]