loro/crates/fractional_index/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

27 lines
783 B
TOML

[package]
name = "loro_fractional_index"
version = "0.16.2"
edition = "2021"
license = "MIT"
description = "Fraction index for Loro. Fork and modified from jamsocket/fractional_index"
repository = "https://github.com/loro-dev/loro/"
authors = ["Liang Zhao", "Zixuan Chen"]
categories = ["crdt", "collaborative-editing", "local-first"]
keywords = ["crdt", "local-first"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
imbl = "^3.0"
smallvec = "^1.13"
serde = { version = "^1.0", features = ["derive", "rc"], optional = true }
rand = { version = "^0.8" }
[dev-dependencies]
fraction_index = { version = "^2.0", package = "fractional_index" }
criterion = "^0.5.0"
[[bench]]
name = "fractional_index"
harness = false