# 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 = "jotta-osd" version = "0.1.1" authors = ["Åke Amcoff "] description = "Object storage for jotta-fs." readme = "README.md" keywords = [ "jottacloud", "osd", ] categories = [ "api-bindings", "filesystem", ] license = "MIT" repository = "https://github.com/akeamc/jotta" [dependencies.bytes] version = "1.1.0" [dependencies.derive_more] version = "0.99.17" [dependencies.futures-util] version = "0.3.21" [dependencies.hex] version = "0.4.3" [dependencies.jotta] version = "0.1.8" [dependencies.md5] version = "0.7.0" [dependencies.mime] version = "0.3.16" [dependencies.once_cell] version = "1.10.0" [dependencies.regex] version = "1.5.5" [dependencies.rmp-serde] version = "1.0.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_with] version = "1.12.0" [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3.9" features = [ "serde", "serde-well-known", ] [dependencies.tracing] version = "0.1.32" [dev-dependencies.async_once] version = "0.2.6" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.79" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt", ] [features]