# 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 = "dalloriam-cloud-client" version = "0.3.1" authors = ["William Dussault "] description = "client library for personal cloud" license = "MIT" repository = "https://github.com/dalloriam/cloud-client-rs" resolver = "1" [dependencies.base64] version = "0.21.0" [dependencies.branca] version = "0.10" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.dalloriam-cloud-protocol] version = "^0.3.0" [dependencies.opentelemetry] version = "0.18.0" [dependencies.opentelemetry-http] version = "0.7.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.7" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-opentelemetry] version = "0.18.0" [features] hose = [ "chrono", "dalloriam-cloud-protocol/hose", ] jd = ["dalloriam-cloud-protocol/jd"]