[package] name = "rblx-core" version = "1.0.0" edition = "2021" [dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "net", "signal"] } hyper = { version = "1", features = ["client", "http1", "http2"] } hyper-util = { version = "0.1", features = ["client", "client-legacy", "http1", "http2", "tokio"] } hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "webpki-tokio", "tls12"] } rustls = { version = "0.23", default-features = false, features = ["ring", "tls12"] } http-body-util = "0.1" bytes = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" simd-json = "0.15" parking_lot = "0.12" dashmap = "6" aes-gcm = "0.10" argon2 = "0.5" rand = "0.9" sha2 = "0.10" hex = "0.4" base64 = "0.22" url = "2" thiserror = "2" mimalloc = "0.1"