githttp-fs 1.0.6

A git-backed content management database served over HTTP
# 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 = "githttp-fs"
version = "1.0.6"
authors = ["Valerian Saliou <valerian@valeriansaliou.name>"]
build = false
exclude = ["dev/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A git-backed content management database served over HTTP"
homepage = "https://github.com/crisp-oss/githttp-fs"
readme = "README.md"
keywords = [
    "git",
    "cms",
]
categories = ["database-implementations"]
license = "MPL-2.0"
repository = "https://github.com/crisp-oss/githttp-fs.git"

[[bin]]
name = "githttp-fs"
path = "src/main.rs"
doc = false

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dashmap]
version = "6"

[dependencies.git2]
version = "0.21"
features = ["vendored-libgit2"]

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "native-tls-vendored",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1"

[dependencies.tower-http]
version = "0.7"
features = ["trace"]

[dependencies.tracing]
version = "0.1"

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

[profile.dev]
opt-level = 0
debug = 2
debug-assertions = true

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
strip = true