linkletter 0.1.0

URL replacement and analytics service
# 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 = "linkletter"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "URL replacement and analytics service"
readme = "README.md"
keywords = [
    "service",
    "url",
    "analytics",
]
license = "GPL-2.0-only"
repository = "https://github.com/mrbjarksen/linkletter"

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

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.config]
version = "0.15.25"

[dependencies.hyper]
version = "1.10.1"

[dependencies.linkify]
version = "0.11.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.sqlx]
version = "0.9.0"
features = [
    "macros",
    "migrate",
    "runtime-tokio",
    "sqlite",
    "time",
]

[dependencies.time]
version = "0.3.53"
features = [
    "serde",
    "formatting",
]

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

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

[dependencies.uuid]
version = "1.23.4"
features = [
    "serde",
    "std",
    "v4",
    "v7",
]