santui 0.2.11

Santui — keyboard-driven TUI plugin launcher with OAuth sign-in
# 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 = "santui"
version = "0.2.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Santui — keyboard-driven TUI plugin launcher with OAuth sign-in"
readme = false
license = "MIT"
repository = "https://github.com/sonyarianto/santui"

[features]
auth = ["dep:santui-auth"]
default = ["auth"]

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.santui-auth]
version = "0.2.11"
optional = true

[dependencies.santui-core]
version = "0.2.11"

[dependencies.santui-db]
version = "0.2.11"

[dependencies.santui-ipc]
version = "0.2.11"

[dependencies.santui-registry]
version = "0.2.11"