[package] name = "jmbl" version = "0.6.0" edition = "2021" description = "A high performance CRDT" license = "CC-BY-NC-ND-4.0" [lib] bench = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] litl = {version = "^0.6.0", path = "../litl"} ti64 = {version = "^0.1.5", path = "../ti64"} ordered-float = {version = "2.0", features = ["serde"]} im = {version = "1.0.1", package = "imbl"} rand = "0.8.4" bytesize = "1.1.0" thousands = "0.2.0" unicode-segmentation = "1.9.0" thiserror = "1.0.31" instant = "0.1" serde = "1.0.137" serde_derive = "1.0.137" futures = "0.3.24" fxhash = "0.2.1" [dev-dependencies] proptest = "1.0.0" pretty_assertions = "1.0.0" criterion = "0.3.5" zip = "0.5" jemallocator = "0.3.2" jemalloc-ctl = "0.3.3" difference = "2.0.0" serde_json = "1.0.0" lil = {version = "^0.1.2", path = "../lil"} [[bench]] name = "automerge_paper" harness = false [[test]] name = "x_automerge_paper" [package.metadata.workspaces] independent = true