33 lines
708 B
TOML
33 lines
708 B
TOML
[package]
|
|
name = "boxy"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
hyper = { version = "1.6.0", features = ["full"]}
|
|
tokio = { version = "1.45.1", features = ["full"]}
|
|
http-body-util = "0.1.3"
|
|
hyper-util = { version = "0.1.14", features = ["full"]}
|
|
log = "0.4.27"
|
|
pretty_env_logger = "0.5.0"
|
|
anyhow = "1.0.98"
|
|
thiserror = "2.0.12"
|
|
tokio-postgres = "0.7.13"
|
|
bcrypt = "0.17.0"
|
|
ring = "0.17.14"
|
|
nanoid = "0.4.0"
|
|
serde_yaml_bw = "2.1.1"
|
|
serde = "1.0.219"
|
|
base64 = "0.22.1"
|
|
string-builder = "0.2.0"
|
|
json = "0.12.4"
|
|
ansi_colours = "1.2.3"
|
|
colour = "2.1.0"
|
|
async-trait = "0.1.88"
|
|
http = "1.3.1"
|
|
instant-acme = "0.8.2"
|
|
rustls = "0.23.31"
|
|
safe-path = "0.1.0"
|
|
rustls-pemfile = "2.2.0"
|
|
tokio-rustls = "0.26.2"
|
|
|