# 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-common" version = "1.1.0" authors = [ "Zixuan Chen", "Liang Zhao", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common types and functions for Loro. This is an internal lib of Loro." homepage = "https://loro.dev" documentation = "https://docs.rs/loro/" readme = "README.md" keywords = [ "crdt", "local-first", ] categories = [] license = "MIT" repository = "https://github.com/loro-dev/loro" [lib] name = "loro_common" path = "src/lib.rs" [dependencies.arbitrary] version = "1.3.0" features = ["derive"] [dependencies.enum-as-inner] version = "0.6.0" [dependencies.fxhash] version = "0.2.1" [dependencies.js-sys] version = "0.3.60" optional = true [dependencies.leb128] version = "0.2.5" [dependencies.nonmax] version = "0.5.5" [dependencies.rle] version = "1.1.0" package = "loro-rle" [dependencies.serde] version = "1" [dependencies.serde_columnar] version = "0.3.10" [dependencies.serde_json] version = "1.0" optional = true [dependencies.string_cache] version = "0.8" [dependencies.thiserror] version = "1.0.43" [dependencies.wasm-bindgen] version = "=0.2.92" optional = true [features] counter = [] wasm = [ "wasm-bindgen", "js-sys", ]