mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
[package]
|
|
name = "pesde-registry"
|
|
version = "0.7.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/daimond113/pesde-index"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
actix-web = "4.9.0"
|
|
actix-multipart = "0.7.2"
|
|
actix-cors = "0.7.0"
|
|
actix-governor = "0.7.0"
|
|
dotenvy = "0.15.7"
|
|
thiserror = "2.0.2"
|
|
tantivy = "0.22.0"
|
|
semver = "1.0.23"
|
|
chrono = { version = "0.4.38", features = ["serde"] }
|
|
url = "2.5.2"
|
|
futures = "0.3.31"
|
|
tokio = "1.41.0"
|
|
tempfile = "3.14.0"
|
|
fs-err = { version = "3.0.0", features = ["tokio"] }
|
|
async-stream = "0.3.6"
|
|
|
|
git2 = "0.19.0"
|
|
gix = { version = "0.67.0", default-features = false, features = [
|
|
"blocking-http-transport-reqwest-rust-tls",
|
|
"credentials",
|
|
] }
|
|
|
|
serde = "1.0.214"
|
|
serde_json = "1.0.132"
|
|
serde_yaml = "0.9.34"
|
|
toml = "0.8.19"
|
|
convert_case = "0.6.0"
|
|
sha2 = "0.10.8"
|
|
|
|
rusty-s3 = "0.5.0"
|
|
reqwest = { version = "0.12.9", features = ["json", "rustls-tls"] }
|
|
constant_time_eq = "0.3.1"
|
|
|
|
tokio-tar = "0.3.1"
|
|
async-compression = { version = "0.4.17", features = ["tokio", "gzip"] }
|
|
|
|
log = "0.4.22"
|
|
pretty_env_logger = "0.5.0"
|
|
|
|
sentry = "0.34.0"
|
|
sentry-log = "0.34.0"
|
|
sentry-actix = "0.34.0"
|
|
|
|
pesde = { path = "..", features = [
|
|
"wally-compat",
|
|
"git2",
|
|
] }
|