# 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 = "2018" name = "ywasm" version = "0.19.2" authors = [ "Kevin Jahns ", "Bartosz Sypytkowski ", ] description = "High performance implementation of the Yjs CRDT" homepage = "https://github.com/yjs/y-crdt/" readme = "README.md" keywords = [ "crdt", "wasm", "yrs", ] license = "MIT" repository = "https://github.com/yjs/y-crdt/" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64_light] version = "0.1" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.gloo-utils] version = "0.2" features = ["serde"] [dependencies.js-sys] version = "0.3" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wee_alloc] version = "0.4.5" optional = true [dependencies.yrs] version = "0.19.2" features = ["weak"] [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] default = ["console_error_panic_hook"]