commit-bridge 0.1.0

Seamless workflow dispatch for remote git dependencies.
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 = "commit-bridge"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "Cargo.lock",
    "Cargo.toml",
    "README.md",
    ".sqlx/**/*",
    "migrations/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seamless workflow dispatch for remote git dependencies."
documentation = "https://docs.rs/commit-bridge"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nilirad/commit-bridge"

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

[[bin]]
name = "commit-bridge"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1"

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

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

[dependencies.config]
version = "0.15.25"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.32"

[dependencies.http]
version = "1.4.2"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.jsonwebtoken]
version = "10.4.0"
features = ["aws_lc_rs"]

[dependencies.reqwest]
version = "0.13.4"
features = ["json"]

[dependencies.rovo]
version = "0.4.8"
features = ["scalar"]

[dependencies.schemars]
version = "0.9"
features = ["chrono04"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "sqlite",
    "runtime-tokio-rustls",
    "macros",
    "chrono",
]

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "process",
    "rt-multi-thread",
    "signal",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["rt"]

[dependencies.tower]
version = "0.5.3"
features = ["util"]

[dependencies.tower-http]
version = "0.6"
features = ["timeout"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.validator]
version = "0.20.0"
features = ["derive"]

[dev-dependencies.dudect-bencher]
version = "0.7.0"

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6"

[profile.release]
lto = true
codegen-units = 1