rustypaste 0.17.0

A minimal file upload/pastebin service
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"
name = "rustypaste"
version = "0.17.0"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal file upload/pastebin service"
homepage = "https://github.com/orhun/rustypaste"
readme = "README.md"
keywords = [
    "paste",
    "pastebin",
    "upload",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/orhun/rustypaste"

[features]
default = ["rustls"]
openssl = [
    "actix-web/openssl",
    "awc/openssl",
]
rustls = [
    "actix-web/rustls-0_21",
    "awc/rustls-0_21",
]

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

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

[dependencies.actix-files]
version = "0.6.10"

[dependencies.actix-multipart]
version = "0.7.2"

[dependencies.actix-web]
version = "4.13.0"

[dependencies.actix-web-grants]
version = "4.1.2"

[dependencies.awc]
version = "3.8.2"

[dependencies.byte-unit]
version = "5.2.0"
features = ["serde"]

[dependencies.config]
version = "0.15.22"
features = [
    "toml",
    "yaml",
]
default-features = false

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.glob]
version = "0.3.3"

[dependencies.hotwatch]
version = "0.5.0"

[dependencies.humantime]
version = "2.3.0"

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

[dependencies.infer]
version = "0.19.0"
default-features = false

[dependencies.lazy-regex]
version = "3.6.0"

[dependencies.mime]
version = "0.3.17"

[dependencies.path-clean]
version = "1.0.1"

[dependencies.petname]
version = "3.0.0"
features = [
    "default-rng",
    "default-words",
]
default-features = false

[dependencies.rand]
version = "0.10.1"

[dependencies.regex]
version = "1.12.3"

[dependencies.ring]
version = "0.17.14"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_regex]
version = "1.1.0"

[dependencies.tokio]
version = "1.52.3"
optional = true

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"

[dependencies.uts2ts]
version = "1.0.0"

[dev-dependencies.actix-rt]
version = "2.11.0"

[profile.bench]
opt-level = 3
debug = 0

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "unwind"
strip = true

[profile.test]
opt-level = 0
debug = 2