mdcs-wasm 0.1.3

WebAssembly bindings for the Carnelia Merkle-Delta CRDT Store
Documentation
# 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 = "mdcs-wasm"
version = "0.1.3"
authors = [
    "Suvan Gowri Shanker <suvan.gowrishanker.204@gmail.com>",
    "Avinash Chidambaram <avinash.a2k4@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly bindings for the Carnelia Merkle-Delta CRDT Store"
homepage = "https://docs.carnelia.dev"
readme = "README.md"
keywords = [
    "CRDT",
    "wasm",
    "WebAssembly",
    "collaborative",
    "database",
]
categories = [
    "wasm",
    "data-structures",
]
license = "GPL-3.0"
repository = "https://github.com/Agate-DB/Carnelia"

[features]
console_error_panic_hook = ["dep:console_error_panic_hook"]
default = ["console_error_panic_hook"]

[lib]
name = "mdcs_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "wasm"
path = "tests/wasm.rs"

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[dependencies.js-sys]
version = "0.3"

[dependencies.mdcs-core]
version = "0.1.2"

[dependencies.mdcs-db]
version = "0.1.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = ["console"]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"