freya-edit 0.4.0-rc.14

Text Editing APIs for Freya
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 = "2024"
name = "freya-edit"
version = "0.4.0-rc.14"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text Editing APIs for Freya"
homepage = "https://github.com/marc2332/freya"
readme = "README.md"
keywords = ["freya"]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/marc2332/freya"

[package.metadata.docs.rs]
features = ["freya-core/mocked-engine"]

[features]
skia-engine = ["freya-core/skia-engine"]

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

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

[dependencies.bitflags]
version = "2.9.3"

[dependencies.freya-clipboard]
version = "0.4.0-rc.14"

[dependencies.freya-core]
version = "0.4.0-rc.14"

[dependencies.keyboard-types]
version = "0.8.0"

[dependencies.ropey]
version = "1.6.1"

[dependencies.torin]
version = "0.4.0-rc.14"

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

[dev-dependencies]