pesde/registry/Cargo.toml
2024-07-30 12:37:54 +02:00

40 lines
No EOL
963 B
TOML

[package]
name = "pesde-registry"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/daimond113/pesde-index"
publish = false
[dependencies]
actix-web = "4.8.0"
actix-web-lab = "0.20.2"
actix-multipart = { version = "0.7.2", features = ["derive"] }
actix-cors = "0.7.0"
actix-governor = "0.5.0"
dotenvy = "0.15.7"
thiserror = "1.0.63"
tantivy = "0.22.0"
semver = "1.0.23"
chrono = { version = "0.4.38", features = ["serde"] }
git2 = "0.19.0"
gix = { version = "0.64.0", default-features = false, features = ["blocking-http-transport-reqwest-rust-tls", "credentials"] }
serde = "1.0.204"
serde_json = "1.0.121"
toml = "0.8.16"
rusty-s3 = "0.5.0"
reqwest = { version = "0.12.5", features = ["json", "rustls-tls"] }
tar = "0.4.41"
flate2 = "1.0.30"
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 = ["roblox", "lune", "luau", "wally-compat", "git2"] }