# 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 = "isal-rs" version = "0.5.3+496255c" authors = ["Miles Granger "] build = false exclude = [ ".gitignore", ".gitmodules", ".github/", "benches/", "test-data/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "isa-l Rust bindings" homepage = "https://github.com/milesgranger/isal-rs" documentation = "https://docs.rs/isal-rs" readme = "README.md" keywords = [ "isal", "isa-l", "igzip", "deflate", "zlib", ] license = "BSD-3-Clause" repository = "https://github.com/milesgranger/isal-rs" [lib] name = "isal" path = "src/lib.rs" [dependencies.isal-sys] version = "0.5.3+496255c" default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.flate2] version = "^1" [dev-dependencies.md5] version = "0.7.0" [dev-dependencies.rand] version = "^0.8" [features] default = ["static"] shared = ["isal-sys/shared"] static = ["isal-sys/static"] use-system-isal = ["isal-sys/use-system-isal"]