# 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 = "blobd" version = "0.2.1" authors = ["Wilson Lin "] description = "Blob storage designed for huge amounts of random reads and small objects with constant latency" homepage = "https://github.com/wilsonzlin/blobd" readme = "README.md" license = "SSPL-1.0" repository = "https://github.com/wilsonzlin/blobd.git" resolver = "1" [dependencies.aes-gcm] version = "0.10.1" [dependencies.axum] version = "0.6" features = ["headers"] [dependencies.blobd-token] version = "0.2.0" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.data-encoding] version = "2.3" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12.1" [dependencies.itertools] version = "0.10" [dependencies.libblobd] version = "0.1.1" [dependencies.off64] version = "0.3" [dependencies.percent-encoding] version = "2.2" [dependencies.rand] version = "0.8.5" [dependencies.seekable-async-file] version = "0.5.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7" [dependencies.tower-http] version = "0.4.0" features = [ "cors", "trace", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [badges.maintenance] status = "actively-developed"