# 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 = "loro_fractional_index" version = "1.1.0" authors = [ "Liang Zhao", "Zixuan Chen", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fraction index for Loro. Fork and modified from jamsocket/fractional_index" readme = "README.md" keywords = [ "crdt", "local-first", ] categories = [] license = "MIT" repository = "https://github.com/loro-dev/loro/" [lib] name = "loro_fractional_index" path = "src/lib.rs" [[example]] name = "jitter" path = "examples/jitter.rs" [[example]] name = "size" path = "examples/size.rs" [[bench]] name = "fractional_index" path = "benches/fractional_index.rs" harness = false [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "^0.8" [dependencies.serde] version = "1" features = [ "derive", "rc", ] optional = true [dev-dependencies.criterion] version = "^0.5.0" [dev-dependencies.fraction_index] version = "^2.0" package = "fractional_index"