[package] name = "jotta-osd" version = "0.1.1" authors = ["Åke Amcoff "] license = "MIT" readme = "README.md" repository = "https://github.com/akeamc/jotta" description = "Object storage for jotta-fs." categories = ["api-bindings", "filesystem"] keywords = ["jottacloud", "osd"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.1.0" derive_more = "0.99.17" futures-util = "0.3.21" hex = "0.4.3" jotta = "0.1.8" md5 = "0.7.0" mime = "0.3.16" once_cell = "1.10.0" regex = "1.5.5" rmp-serde = "1.0.0" serde = { version = "1.0.136", features = ["derive"] } serde_with = "1.12.0" thiserror = "1.0.30" time = { version = "0.3.9", features = ["serde", "serde-well-known"] } tracing = "0.1.32" [features] [dev-dependencies] async_once = "0.2.6" dotenv = "0.15.0" lazy_static = "1.4.0" rand = "0.8.5" serde_json = "1.0.79" tokio = { version = "1.17.0", features = ["macros", "rt"] }