# 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 = "pcloud" version = "2.0.0" authors = ["Jérémie Drouet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for pCloud API" readme = "readme.md" license = "MIT" repository = "https://github.com/jdrouet/pcloud" [lib] name = "pcloud" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "http" path = "tests/http.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.reqwest] version = "0.12" features = [ "json", "multipart", "rustls-tls", "stream", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1" [dev-dependencies.mockito] version = "1.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] client-http = ["reqwest"] default = ["client-http"] protected = []