embers-client 0.1.0

Client rendering, input handling, configuration, and scripting support for Embers.
# 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 = "2024"
rust-version = "1.92"
name = "embers-client"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client rendering, input handling, configuration, and scripting support for Embers."
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/Pajn/Embers"
resolver = "2"

[lib]
name = "embers_client"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "gen-docs"
path = "src/bin/gen-docs.rs"

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

[[bench]]
name = "search_yank"
path = "benches/search_yank.rs"
harness = false

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

[dependencies.base64]
version = "0.22"

[dependencies.directories]
version = "6"

[dependencies.embers-core]
version = "0.1.0"

[dependencies.embers-protocol]
version = "0.1.0"

[dependencies.rhai]
version = "1"
features = [
    "internals",
    "metadata",
]

[dependencies.rhai-autodocs]
version = "0.11"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1.12"

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

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.embers-test-support]
version = "0.1.0"

[dev-dependencies.tempfile]
version = "3"