# 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 = "driftdb-worker" version = "0.1.4" description = "A real-time data backend for browser-based applications (Cloudflare worker)." homepage = "https://driftdb.com" documentation = "https://driftdb.com" readme = "README.md" license = "MIT" repository = "https://github.com/drifting-in-space/driftdb" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cfg-if] version = "0.1.2" [dependencies.console_error_panic_hook] version = "0.1.1" optional = true [dependencies.driftdb] version = "0.1.0" [dependencies.getrandom] version = "0.2.8" features = ["js"] [dependencies.gloo-utils] version = "0.1.6" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.serde_json] version = "1.0.67" [dependencies.tokio-stream] version = "0.1.11" [dependencies.worker] version = "0.0.13" [features] default = [ "console_error_panic_hook", "fetch-event", ] fetch-event = []