rapidgzip 0.1.2

Safe Rust wrapper for rapidgzip
Documentation
# 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 = "rapidgzip"
version = "0.1.2"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**",
    "examples/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper for rapidgzip"
homepage = "https://github.com/alekseizarubin/rapidgzip-rs"
documentation = "https://docs.rs/rapidgzip"
readme = "README.md"
keywords = [
    "gzip",
    "bgzf",
    "decompression",
    "parallel",
    "random-access",
]
categories = [
    "compression",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alekseizarubin/rapidgzip-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["native"]
native = ["dep:rapidgzip-sys"]

[lib]
name = "rapidgzip"
path = "src/lib.rs"

[[example]]
name = "callback"
path = "examples/callback.rs"

[[example]]
name = "index"
path = "examples/index.rs"

[[example]]
name = "parallel"
path = "examples/parallel.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.rapidgzip-sys]
version = "0.1.2"
optional = true

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.flate2]
version = "1.0"