loro/crates/delta/Cargo.toml
Zixuan Chen 54637a7b42
Publish v0.16.2 to crates.io (#374)
* chore: mark dev-utils not published

* chore: release rust crates

* chore: publish fi

* chore: pre publish fi

* chore: update lockfile

* test: change fuzz rev
2024-05-29 22:55:55 +08:00

30 lines
756 B
TOML

[package]
name = "loro-delta"
version = "0.16.2"
edition = "2021"
license = "MIT"
description = "Loro internal library. It's used as a delta between two versions of text or lists. It's also an efficient Rope."
homepage = "https://loro.dev"
repository = "https://github.com/loro-dev/loro/"
authors = ["Zixuan Chen", "Liang Zhao"]
categories = ["data-structures", "text-editing"]
keywords = ["rope"]
[dependencies]
arrayvec = "0.7.4"
generic-btree = { version = "^0.10.5" }
heapless = "0.8.0"
tracing = "0.1.40"
enum-as-inner = "0.5.1"
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
rand = { version = "0.8.5" }
tracing-subscriber = "0.3.18"
color-backtrace = "0.6.1"
ctor = "0.2"
[[bench]]
name = "rope"
harness = false