fission-text-engine 0.11.1

Text shaping, editing, and measurement primitives for Fission
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 = "fission-text-engine"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text shaping, editing, and measurement primitives for Fission"
homepage = "https://fission.rs"
documentation = "https://fission.rs"
readme = "README.md"
keywords = [
    "fission",
    "text-editor",
    "text-layout",
    "ui-framework",
    "cross-platform",
]
categories = [
    "gui",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/fission-ui/fission"

[package.metadata.fission]
platforms = [
    "android",
    "ios",
    "linux",
    "macos",
    "windows",
    "web",
    "terminal",
    "static-site",
    "ssr",
]
readme = "README.md"

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

[dependencies.ropey]
version = "1.6"

[dev-dependencies]