dartboard-cli 0.1.4

Terminal drawing board application for local and shared sessions
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 = "dartboard-cli"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal drawing board application for local and shared sessions"
homepage = "https://github.com/mevanlc/dartboard"
documentation = "https://docs.rs/dartboard-cli"
readme = "README.md"
keywords = [
    "terminal",
    "tui",
    "drawing",
    "canvas",
    "multiplayer",
]
license = "MIT"
repository = "https://github.com/mevanlc/dartboard"

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

[[bin]]
name = "dartboard"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.29"
features = ["osc52"]

[dependencies.dartboard-client-ws]
version = "0.1.4"

[dependencies.dartboard-core]
version = "0.1.4"

[dependencies.dartboard-editor]
version = "0.1.4"

[dependencies.dartboard-picker-core]
version = "0.1.4"

[dependencies.dartboard-server]
version = "0.1.4"

[dependencies.dartboard-tui]
version = "0.1.4"

[dependencies.emojis]
version = "0.7"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.30"

[dependencies.serde_json]
version = "1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.unicode_names2]
version = "2"