strop-core 0.28.0

strop editor core: rope buffer, byte-offset positions, edit ops
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 = "strop-core"
version = "0.28.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "strop editor core: rope buffer, byte-offset positions, edit ops"
readme = false
license = "MIT"

[package.metadata.verus]
verify = true

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.ropey]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.strop-trace]
version = "0.28.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.verus_builtin]
version = "=0.0.0-2026-09-06-0133"

[dependencies.verus_builtin_macros]
version = "=0.0.0-2026-09-06-0133"

[dependencies.vstd]
version = "=0.0.0-2026-09-06-0133"

[target."cfg(unix)".dependencies.libc]
version = "0.2"