twrite-core 0.9.2

Headless buffer, movement, syntax, and hook primitives for twrite
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 = "twrite-core"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless buffer, movement, syntax, and hook primitives for twrite"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ToonionOfficial/twrite"
resolver = "2"

[features]
default = []
markdown = ["dep:pulldown-cmark"]

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

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

[dependencies.pulldown-cmark]
version = "0.12"
optional = true
default-features = false

[dependencies.regex]
version = "1"

[dependencies.ropey]
version = "1.6.1"

[dependencies.thiserror]
version = "1.0"

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