sqlitepipe 0.1.2

A simple tool for piping the output of a command into sqlite databases.
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 = "sqlitepipe"
version = "0.1.2"
authors = ["Alexander Weld <weldale@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple tool for piping the output of a command into sqlite databases."
homepage = "https://weldale.xyz/projects/sqlitepipe/"
documentation = "https://docs.rs/sqlitepipe"
readme = "README.md"
keywords = [
    "cli",
    "sqlite",
    "text-processing",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://gitlab.com/xicalango/sqlitepipe"

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

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

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

[dependencies.rusqlite]
version = "0.38.0"
features = [
    "bundled",
    "blob",
]

[dependencies.snafu]
version = "0.8.9"

[profile.release-min]
lto = true
inherits = "release"
strip = "symbols"