rustolio-db 0.1.0

An DB extention for the rustolio HTTP-Server
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 = "2024"
name = "rustolio-db"
version = "0.1.0"
authors = ["Tobias Binnewies"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An DB extention for the rustolio HTTP-Server"
readme = false
license = "MPL-2.0"
repository = "https://gitlab.com/TobiasBinnewies/rustolio"

[lib]
name = "rustolio_db"
path = "src/lib.rs"

[dependencies.rustolio-rpc]
version = "0.1.0"

[dependencies.rustolio-utils]
version = "0.1.0"

[dependencies.rustolio-web]
version = "0.1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.web-sys]
version = "0.3"
features = [
    "ClipboardEvent",
    "Crypto",
    "Document",
    "DomParser",
    "DomRect",
    "DomRectReadOnly",
    "DomTokenList",
    "DragEvent",
    "Element",
    "Event",
    "FocusEvent",
    "Headers",
    "History",
    "HtmlCollection",
    "HtmlElement",
    "HtmlInputElement",
    "HtmlOptionElement",
    "HtmlSelectElement",
    "InputEvent",
    "KeyEvent",
    "KeyboardEvent",
    "Location",
    "MediaQueryList",
    "MediaQueryListEvent",
    "MouseEvent",
    "Navigator",
    "Node",
    "PointerEvent",
    "Request",
    "RequestCache",
    "RequestCredentials",
    "RequestDestination",
    "RequestDeviceOptions",
    "RequestInit",
    "RequestMediaKeySystemAccessNotification",
    "RequestMode",
    "RequestRedirect",
    "Response",
    "ResponseInit",
    "ResponseType",
    "Storage",
    "SupportedType",
    "Text",
    "TouchEvent",
    "Url",
    "UrlSearchParams",
    "Window",
    "console",
    "Storage",
]

[build-dependencies.rustolio-build-utils]
version = "0.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.hashlink]
version = "0.11.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.0"
features = ["full"]