# 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-preload" version = "0.4.0" authors = [ "Zixuan Chen", "Liang Zhao", ] description = "Loro internal lib for loading data" homepage = "https://loro.dev" documentation = "https://docs.rs/loro/" readme = "README.md" keywords = [ "crdt", "local-first", ] categories = [ "data-structures", "crdt", "collaborative-editing", "local-first", ] license = "MIT" [dependencies.bytes] version = "1.4.0" [dependencies.loro-common] version = "0.4.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_columnar] version = "0.3.4"