link-bridge 0.2.4

A lightweight Rust library for creating URL redirects with short names that generate web pages redirecting to longer links on your website.
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 = "2021"
rust-version = "1.81"
name = "link-bridge"
version = "0.2.4"
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight Rust library for creating URL redirects with short names that generate web pages redirecting to longer links on your website."
readme = "README.md"
keywords = [
    "redirect",
    "url",
    "short-link",
    "web",
    "rust",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/jerus-org/link-bridge"

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

[dependencies.base62]
version = "2.2.3"

[dependencies.chrono]
version = "0.4.44"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[lints.clippy]
uninlined-format-args = "warn"