# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust-dropbox" version = "0.2.8" authors = ["sinyo-matu "] description = "a convenient tool of dropbox-api binding, with non-blocking and blocking api" readme = "README.md" keywords = ["api", "dropbox"] categories = ["api-bindings", "development-tools"] license = "MIT" repository = "https://github.com/sinyo-matu/rust-dropbox" [dependencies.async-trait] version = "0.1.45" optional = true [dependencies.reqwest] version = "0.11.1" features = ["json", "blocking"] optional = true [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.serde_json] version = "1.0.0" [dependencies.ureq] version = "2.0.2" features = ["json"] optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] blocking = ["ureq"] default = ["blocking"] non-blocking = ["reqwest", "async-trait"]