glyphtrail-server 0.1.0

Glyphtrail server: an HTTP code-graph explorer.
# 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"
rust-version = "1.95"
name = "glyphtrail-server"
version = "0.1.0"
authors = ["Markus Mayer <widemeadows@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Glyphtrail server: an HTTP code-graph explorer."
homepage = "https://glyphtrail.dev"
readme = "README.md"
license = "EUPL-1.2"
repository = "https://github.com/glyphtrail/glyphtrail"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.glyphtrail-core]
version = "0.1.0"

[dependencies.glyphtrail-mcp]
version = "0.1.0"

[dependencies.glyphtrail-store]
version = "0.1.0"

[dependencies.glyphtrail-viz]
version = "0.1.0"

[dependencies.pulldown-cmark]
version = "0.13"
features = ["html"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
]

[dependencies.tower-http]
version = "0.6"
features = [
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assert2]
version = "0.4"