# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "objstor" version = "0.4.20" authors = ["Prabir Shrestha "] description = "One stop for storing all your data." readme = "../README.md" license = "MIT" repository = "https://github.com/prabirshrestha/objstor" [dependencies.config] version = "0.13.1" features = ["yaml"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19.2" features = ["macros"] [dependencies.trillium] version = "0.2.2" [dependencies.trillium-compression] version = "0.1.0" [dependencies.trillium-conn-id] version = "0.2.1" [dependencies.trillium-logger] version = "0.4.0" [dependencies.trillium-proxy] version = "0.2.1" [dependencies.trillium-router] version = "0.3.3" [dependencies.trillium-rustls] version = "0.1.0" [dependencies.trillium-static-compiled] version = "0.5.0" [dependencies.trillium-tokio] version = "0.2.1"