[package] name = "objstor" version = "0.4.20" edition = "2021" license = "MIT" authors = ["Prabir Shrestha "] repository = "https://github.com/prabirshrestha/objstor" description = "One stop for storing all your data." readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] config = { version = "0.13.1", features = ["yaml"] } serde = { version = "1.0.137", features = ["derive"] } thiserror = "1.0.31" tokio = { version = "1.19.2", features = ["macros"] } trillium = "0.2.2" trillium-compression = "0.1.0" trillium-conn-id = "0.2.1" trillium-logger = "0.4.0" trillium-proxy = "0.2.1" trillium-router = "0.3.3" trillium-rustls = "0.1.0" trillium-static-compiled = "0.5.0" trillium-tokio = "0.2.1"