[package] name = "jotta" version = "0.1.8" authors = ["Åke Amcoff "] license = "MIT" readme = "README.md" repository = "https://github.com/akeamc/jotta" description = "Third-party low-level Jottacloud client for Rust." categories = ["api-bindings", "filesystem"] keywords = ["jottacloud"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-rwlock = "1.3.0" async-trait = "0.1.52" base64 = "0.13.0" bytes = "1.1.0" derive_more = "0.99.17" futures = "0.3.21" hex = "0.4.3" jsonwebtoken = "8.1.0" md5 = "0.7.0" num = "0.4.0" once_cell = "1.10.0" regex = "1.5.5" reqwest = { version = "0.11.9", features = ["stream", "json", "cookies"] } serde = { version = "1.0.136", features = ["derive"] } serde-xml-rs = "0.5.1" serde_json = "1.0.79" serde_with = "1.12.0" strum = { version = "0.24.0", features = ["derive"] } thiserror = "1.0.30" time = { version = "0.3.9", features = ["macros", "serde", "parsing"] } tokio-tungstenite = { version = "0.17.1", features = ["native-tls"] } tracing = "0.1.31" url = "2.2.2" uuid = { version = "0.8.2", features = ["serde", "v4"] } [dev-dependencies] hex-literal = "0.3.4" tokio = { version = "1.17.0", features = ["full"] } tracing-subscriber = "0.3.9"