querypie-cli 0.1.1

Query QueryPie databases from the terminal with webview authentication.
# 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 = "querypie-cli"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query QueryPie databases from the terminal with webview authentication."
readme = "README.md"
license = "MIT"
repository = "https://github.com/sudosubin/querypie-cli"

[features]
default = []

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

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

[dependencies.anstream]
version = "1"

[dependencies.anstyle]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.dirs]
version = "6"

[dependencies.prost]
version = "0.13"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "rustls",
]
default-features = false

[dependencies.rmpv]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"
features = ["wry"]
default-features = false

[dependencies.terminal_size]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.unicode-width]
version = "0.2"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[build-dependencies.prost-build]
version = "0.13"

[build-dependencies.protoc-bin-vendored]
version = "3"

[build-dependencies.tauri-build]
version = "2"
features = ["codegen"]

[profile.dist]
lto = true
inherits = "release"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true