mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 17:41:49 +00:00
b1d438d08d
error[E0635]: unknown feature `proc_macro_span_shrink` --> /Users/zxch3n/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.49/src/lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ^^^^^^^^^^^^^^^^^^^^^^
31 lines
691 B
TOML
31 lines
691 B
TOML
[package]
|
|
name = "rle"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
smallvec = "1.8.0"
|
|
bumpalo = { version = "3.11.1", features = ["collections", "boxed"] }
|
|
num = "0.4.0"
|
|
enum-as-inner = "0.5.1"
|
|
ouroboros = "0.15.4"
|
|
arref = "0.1.0"
|
|
crdt-list = { version = "0.4.0" }
|
|
fxhash = "0.2.1"
|
|
heapless = "0.7.16"
|
|
debug-log = "0.1.4"
|
|
append-only-bytes = { version = "0.1.4", features = ["u32_range"] }
|
|
|
|
[dev-dependencies]
|
|
color-backtrace = { version = "0.5" }
|
|
ctor = "0.1.23"
|
|
proptest = "1.0.0"
|
|
smartstring = "1.0.1"
|
|
rand = "0.8.5"
|
|
static_assertions = "1.1.0"
|
|
|
|
[features]
|
|
test_utils = []
|
|
wasm = []
|