text-document 0.0.8

Rich text document editing library
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 = "text-document"
version = "0.0.8"
authors = ["Cyril Jacquet <cyril.jacquet@ferntech.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rich text document editing library"
homepage = "https://github.com/jacquetc/text-document"
documentation = "https://docs.rs/text-document/"
readme = false
keywords = [
    "text",
    "document",
    "model",
    "format",
]
categories = [
    "data-structures",
    "text-editors",
    "text-processing",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jacquetc/text-document"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.frontend]
version = "0.0.8"
package = "text-document-frontend"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde_json]
version = "1.0"

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

[lints.rust]