rs-tar2sqlite 0.1.0

Converts the tar file to the sqlar.
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-tar2sqlite"
version = "0.1.0"
build = false
exclude = [
    "rs-tar2sqlite.wasm",
    "opt.wasm",
    "sample.d/input.tar",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converts the tar file to the sqlar."
homepage = "https://github.com/takanoriyanagitani/rs-tar2sqlite"
documentation = "https://docs.rs/rs-tar2sqlite/latest"
readme = "README.md"
keywords = [
    "tar",
    "sqlite",
    "wasi",
    "sqlar",
]
license = "Apache-2.0"
repository = "https://github.com/takanoriyanagitani/rs-tar2sqlite"

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

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

[dependencies.clap]
version = "4"
features = [
    "std",
    "derive",
    "help",
    "usage",
]
default-features = false

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]
default-features = false

[dependencies.tar]
version = "0.4"
features = []
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