glues-server 0.8.1

Glues HTTP proxy server
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 = "glues-server"
version = "0.8.1"
authors = ["Taehoon Moon <taehoon.moon@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "glues-server"
description = "Glues HTTP proxy server"
readme = "README.md"
keywords = [
    "tui",
    "note-taking",
    "vim",
    "ratatui",
    "data-privacy",
]
license = "Apache-2.0"
repository = "https://github.com/gluesql/glues"
resolver = "2"

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

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

[dependencies.axum]
version = "0.7"

[dependencies.clap]
version = "4.5.4"
features = [
    "derive",
    "env",
]

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

[dependencies.glues-core]
version = "0.8.1"

[dependencies.tokio]
version = "1.41.0"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[dev-dependencies.tower]
version = "0.5"