# 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" rust-version = "1.64" name = "onedrive-api" version = "0.10.0" exclude = ["/.github"] description = "OneDrive HTTP REST API" documentation = "https://docs.rs/onedrive-api" readme = "README.md" keywords = [ "onedrive", "http", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/oxalica/onedrive-api" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1" [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dev-dependencies.reqwest] version = "0.12" features = ["blocking"] default-features = false [features] beta = [] default = ["reqwest/default"] [lints.clippy] missing-errors-doc = "allow" pedantic = "warn"