# 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 = "2018" name = "acick-dropbox" version = "0.2.0" authors = ["gky360 "] description = "Dropbox API client for acick crate" documentation = "https://docs.rs/acick-dropbox" readme = "README.md" license = "MIT" repository = "https://github.com/gky360/acick/tree/master/acick-dropbox" [dependencies.acick-util] version = "0.2.0" [dependencies.anyhow] version = "1.0.26" [dependencies.dropbox-sdk] version = "0.6.0" features = ["dbx_check", "dbx_files", "dbx_sharing"] default_features = false [dependencies.hyper] version = "0.13.2" [dependencies.hyper-sync-rustls] version = "0.3.0-rc.6" [dependencies.hyper0_10] version = "0.10" package = "hyper" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2.11" features = ["rt-core", "process", "macros", "sync"] [dependencies.url] version = "2.1.1" [dev-dependencies.tempfile] version = "3.1.0"