[package] name = "dalloriam-cloud-client" description = "client library for personal cloud" repository = "https://github.com/dalloriam/cloud-client-rs" version = "0.3.1" authors = ["William Dussault "] edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] hose = ["chrono", "dalloriam-cloud-protocol/hose"] jd = ["dalloriam-cloud-protocol/jd"] [dependencies] base64 = "0.21.0" branca = "0.10" chrono = { version = "0.4", features = ["serde"], optional = true } dalloriam-cloud-protocol = { version = "^0.3.0" } reqwest = { version = "0.11", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" snafu = "0.7" opentelemetry = "0.18.0" opentelemetry-http = "0.7.0" tracing = "0.1.37" tracing-opentelemetry = "0.18.0"