cynos-database 0.1.0

WASM API bindings for Cynos in-memory database
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 = "cynos-database"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM API bindings for Cynos in-memory database"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Saviio/cynos"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
benchmark = []
default = [
    "jsonb",
    "incremental",
]
incremental = []
jsonb = []

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

[[bench]]
name = "query_benchmark"
path = "benches/query_benchmark.rs"
harness = false

[dependencies.cynos-binary]
version = "0.1.0"
features = ["wasm"]

[dependencies.cynos-core]
version = "0.1.0"

[dependencies.cynos-incremental]
version = "0.1.0"

[dependencies.cynos-index]
version = "0.1.0"

[dependencies.cynos-jsonb]
version = "0.1.0"

[dependencies.cynos-query]
version = "0.1.0"

[dependencies.cynos-reactive]
version = "0.1.0"

[dependencies.cynos-storage]
version = "0.1.0"

[dependencies.hashbrown]
version = "0.14"
features = [
    "alloc",
    "ahash",
]
default-features = false

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

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

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

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

[dependencies.wasm-bindgen-futures]
version = "0.4"

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

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