# 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-fs" version = "0.1.3" authors = ["Åke Amcoff "] description = "Third-party low-level Jottacloud client for Rust." readme = "README.md" keywords = ["jottacloud"] categories = ["api-bindings", "filesystem"] license = "MIT" repository = "https://github.com/akeamc/jotta" [dependencies.async-trait] version = "0.1.52" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.19" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.21" [dependencies.hex] version = "0.4.3" [dependencies.md5] version = "0.7.0" [dependencies.num] version = "0.4.0" [dependencies.once_cell] version = "1.10.0" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.9" features = ["stream", "json", "cookies"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5.1" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_with] version = "1.12.0" features = ["chrono"] [dependencies.strum] version = "0.24.0" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.31" [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "0.8.2" features = ["serde"] [features]