breakwater-core 0.15.0

Core structs
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 = "breakwater-core"
version = "0.15.0"
authors = ["Sebastian Bernauer <bernauerse@web.de>"]
description = "Core structs"
license = "Beerware"
repository = "https://github.com/sernauer/breakwater"

[dependencies.const_format]
version = "0.2"

[dependencies.tokio]
version = "1.38"
features = [
    "fs",
    "rt-multi-thread",
    "net",
    "io-util",
    "macros",
    "process",
    "signal",
    "sync",
    "time",
]

[features]
alpha = []
binary-commands = []