# 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 = "syewreal" version = "0.2.0" description = "Directly connect your Yew frontend to your Surreal DB" readme = "README.md" keywords = [ "wasm", "frontend", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ichmed/syewreal" [dependencies.async-trait] version = "0.1.63" [dependencies.js-sys] version = "0.3.60" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.145" [dependencies.serde_json] version = "1.0.91" [dependencies.surrealdb] version = "1.2.0" features = ["protocol-ws"] [dependencies.syewreal_macros] version = "0.1.0" [dependencies.url] version = "2.3.1" [dependencies.wasm-bindgen-futures] version = "0.4.33" [dependencies.web-sys] version = "0.3.60" [dependencies.yew] version = "0.21" [features] log_traffic = ["js-sys"] panic_on_error = []