combs-mesh 0.2.2

CombsMesh emoji engine core — block format, Unicode codec, crypto, sprites, registry (pure Rust, wasm-friendly)
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 = "combs-mesh"
version = "0.2.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CombsMesh emoji engine core — block format, Unicode codec, crypto, sprites, registry (pure Rust, wasm-friendly)"
readme = "README.md"
keywords = [
    "emoji",
    "sprite",
    "aead",
    "unicode",
    "edge",
]
categories = [
    "encoding",
    "multimedia::images",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asqrzk/CombsEngine"

[features]
engine = ["dep:combs-runtime"]
gpu = [
    "dep:wgpu",
    "dep:pollster",
]
wasm = ["dep:wasm-bindgen"]

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

[[example]]
name = "build_emoji"
path = "examples/build_emoji.rs"

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

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

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

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.combs-runtime]
version = "0.2.2"
optional = true

[dependencies.crc32fast]
version = "1"

[dependencies.hkdf]
version = "0.12"

[dependencies.pollster]
version = "0.4"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.wgpu]
version = "29"
optional = true

[dependencies.zeroize]
version = "1"
features = ["derive"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]