digitalis-server 0.0.0

Base server module for Foxflove
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"
rust-version = "1.60.0"
name = "digitalis-server"
version = "0.0.0"
authors = ["Yume Hiramatsu <yuma.hiramatsu@gmail.com>"]
description = "Base server module for Foxflove"
license = "Apache-2.0"
repository = "https://github.com/eduidl/digitalis"
resolver = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.digitalis-core]
version = "0.0.0"

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

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "1.27"
features = ["sync"]

[dependencies.tokio-tungstenite]
version = "0.19"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.tokio]
version = "1.27"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]