# 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 = "d7s"
version = "0.1.0"
authors = ["Rob <robertazzopardi@users.noreply.github.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database client"
readme = "README.md"
keywords = [
    "database",
    "tui",
    "postgresql",
    "sqlite",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "database-implementations",
]
license = "MIT"
repository = "https://github.com/robertazzopardi/d7s"

[package.metadata.bundle]
identifier = "com.robertazzopardi.d7s"

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

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"
default-features = false

[dependencies.d7s_auth]
version = "0.1.0"

[dependencies.d7s_db]
version = "0.1.0"

[dependencies.d7s_ui]
version = "0.1.0"

[dependencies.ratatui]
version = "0.29.0"
features = ["crossterm"]
default-features = false

[dependencies.tokio]
version = "1.47.0"

[lints.clippy]
fallible_impl_from = "deny"
fn_params_excessive_bools = "deny"
indexing_slicing = "deny"
must_use_candidate = "deny"
unneeded_field_pattern = "deny"
wildcard_enum_match_arm = "deny"