dalloriam-cloud-protocol 0.3.0

protocol library for personal cloud
Documentation
[package]
name = "dalloriam-cloud-protocol"
description = "protocol library for personal cloud"
repository = "https://github.com/dalloriam/cloud-client-rs"
version = "0.3.0"
authors = ["William Dussault <william@dussault.dev>"]
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
hose = ["chrono"]
media = ["time"]
jd = []

[dependencies]
serde = { version = "1.0.136", features = ["derive"] }

chrono = { version = "0.4", features = ["serde"], optional = true }
sqlx = { version = "0.6.2", features = ["postgres", "runtime-tokio-rustls", "all-types"], optional = true}
time = { version = "0.3.17", features = ["serde"], optional = true}