protextinator 0.5.2

Text management, made simple
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 = "protextinator"
version = "0.5.2"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text management, made simple"
documentation = "https://docs.rs/protextinator/"
readme = "README.md"
keywords = [
    "text",
    "rendering",
    "gui",
    "graphics",
    "image",
]
categories = [
    "text-processing",
    "text-editors",
]
license = "Apache-2.0/MIT"
repository = "https://github.com/antouhou/protextinator"

[features]
default = []
serialization = ["dep:serde"]

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

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.cosmic-text]
version = "0.18.2"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.smol_str]
version = "0.3"

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

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

[dev-dependencies.grafo]
version = "0.9"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.winit]
version = "0.30"