Franz Dietrich
550a4b7520
pslink@0.4.3 pslink-app@0.4.3 pslink-locales@0.4.3 pslink-shared@0.4.3 Generated by cargo-workspaces
73 lines
1.8 KiB
TOML
73 lines
1.8 KiB
TOML
[package]
|
|
authors = ["Dietrich <dietrich@teilgedanken.de>"]
|
|
build = "build.rs"
|
|
categories = ["web-programming", "network-programming", "web-programming::http-server", "command-line-utilities"]
|
|
description = "A simple webservice that allows registered users to create short links including qr-codes.\nAnyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers."
|
|
edition = "2018"
|
|
keywords = ["url", "link", "webpage", "actix", "web"]
|
|
license = "MIT OR Apache-2.0"
|
|
name = "pslink"
|
|
readme = "README.md"
|
|
repository = "https://github.com/enaut/pslink/"
|
|
version = "0.4.3"
|
|
|
|
[build-dependencies]
|
|
actix-web-static-files = "3.0"
|
|
|
|
[dependencies]
|
|
actix-identity = "0.3"
|
|
actix-rt = "1.1"
|
|
actix-web = "3"
|
|
actix-web-static-files = "3"
|
|
actix-files = "0.5"
|
|
argonautica = "0.2"
|
|
clap = "2.33"
|
|
dotenv = "0.15.0"
|
|
fluent-langneg = "0.13"
|
|
image = "0.23"
|
|
opentelemetry = "0.14"
|
|
opentelemetry-jaeger = "0.12"
|
|
qrcode = "0.12"
|
|
rand = "0.8"
|
|
rpassword = "5.0"
|
|
serde = {version="1.0", features = ["derive"]}
|
|
thiserror = "1.0"
|
|
tracing-actix-web = "0.2.1"
|
|
tracing-opentelemetry = "0.12"
|
|
async-trait = "0.1"
|
|
enum-map = {version="1", features = ["serde"]}
|
|
|
|
pslink-shared = {version="0.4", path = "../shared" }
|
|
|
|
[dependencies.chrono]
|
|
features = ["serde"]
|
|
version = "0.4"
|
|
|
|
[dependencies.fluent-templates]
|
|
version = "0.6"
|
|
|
|
[dependencies.sqlx]
|
|
features = ["sqlite", "macros", "runtime-actix-rustls", "chrono", "migrate", "offline"]
|
|
version = "0.4"
|
|
|
|
[dependencies.tracing]
|
|
features = ["log"]
|
|
version = "0.1"
|
|
|
|
[dependencies.tracing-subscriber]
|
|
features = ["registry", "env-filter"]
|
|
version = "0.2.17"
|
|
|
|
[dev-dependencies]
|
|
actix-server = "1.0.4"
|
|
tempdir = "0.3"
|
|
test_bin = "0.3"
|
|
tokio = "0.2.25"
|
|
assert_cmd = "1.0.7"
|
|
predicates = "2.0.0"
|
|
|
|
|
|
[dev-dependencies.reqwest]
|
|
features = ["cookies", "json"]
|
|
version = "0.10.10"
|