dalloriam-cloud-protocol 0.3.1

protocol library for personal cloud
Documentation
# 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-protocol"
version = "0.3.1"
authors = ["William Dussault <william@dussault.dev>"]
description = "protocol library for personal cloud"
license = "MIT"
repository = "https://github.com/dalloriam/cloud-client-rs"
resolver = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.serde]
version = "1.0.136"
features = ["derive"]

[dependencies.sqlx]
version = "0.6.2"
features = [
    "postgres",
    "runtime-tokio-rustls",
    "all-types",
]
optional = true

[dependencies.time]
version = "0.3.17"
features = ["serde"]
optional = true

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