cnctd_server 0.6.3

Collection of server APIs
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 = "cnctd_server"
version = "0.6.3"
authors = [
    "Connected Dot Inc.",
    "Kyle Ebner <kyle@cnctd.world>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of server APIs"
readme = "README.md"
keywords = ["module"]
license = "MIT"
repository = "https://github.com/Connected-Dot/cnctd_server"

[lib]
name = "cnctd_server"
path = "src/lib.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = " 0.4.42"
features = ["serde"]

[dependencies.cnctd_redis]
version = "0.1.9"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hmac]
version = "0.12.1"

[dependencies.jwt]
version = "0.16.0"

[dependencies.local-ip-address]
version = "0.6.8"

[dependencies.public-ip]
version = "0.2.2"

[dependencies.r2d2]
version = "0.8.10"

[dependencies.r2d2_redis]
version = "0.14.0"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.sha2]
version = "0.10.8"

[dependencies.state]
version = "0.6.0"

[dependencies.sys-info]
version = "0.9.1"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.uuid]
version = "1.19.0"
features = ["v4"]

[dependencies.warp]
version = "0.3.7"