# 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 = "realm-web-rs" version = "0.1.0" description = "Implementation of the realm-web npm package in rust." readme = "README.md" keywords = [ "wasm", "realm", "api", ] categories = [ "wasm", "web-programming", "api-bindings", ] license = "GPL-3.0-only" repository = "https://github.com/codecrafter404/realm-web-rs" [dependencies.bson] version = "2.5.0" [dependencies.builder-pattern] version = "0.4.2" default-features = false [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.reqwest] version = "0.11.14" features = [ "json", "stream", "rustls-tls-webpki-roots", ] default-features = false [dependencies.serde] version = "1.0.111" [dependencies.serde_derive] version = "1.0.111" [dependencies.serde_json] version = "1.0.53"