rs-zip2sqlite 0.1.0

Converts the zip file to an sqlite archive.
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 = "2024"
name = "rs-zip2sqlite"
version = "0.1.0"
build = false
exclude = ["sample.d"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converts the zip file to an sqlite archive."
homepage = "https://github.com/takanoriyanagitani/rs-zip2sqlite"
documentation = "https://docs.rs/rs-zip2sqlite/latest"
readme = "README.md"
keywords = [
    "zip",
    "sqlite",
    "wasi",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/takanoriyanagitani/rs-zip2sqlite"

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

[[bin]]
name = "rs-zip2sqlite"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.rawzip]
version = "0.4"
features = []
default-features = false

[dependencies.rusqlite]
version = "0.38"
features = [
    "bundled",
    "backup",
]
default-features = false

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"

[profile.release-wasi]
opt-level = "s"
lto = true
codegen-units = 1
inherits = "release"
strip = true