# 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 = "firebase-types" version = "0.0.1" authors = [] description = "Implementation agnostic types of firebase for use in rust" homepage = "https://actuallyhappening.github.io/rust-firebase-js/" documentation = "https://actuallyhappening.github.io/rust-firebase-js/" readme = "README.md" categories = [ "api-bindings", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/ActuallyHappening/rust-firebase-js/tree/master/firebase-types" resolver = "1" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples=examples", ] [dependencies.document-features] version = "0.2.7" optional = false [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [dependencies.serde-wasm-bindgen] version = "0.5.0" optional = true [dependencies.wasm-bindgen] version = "0.2.84" optional = true [dev-dependencies.getrandom] version = "0.2.9" features = ["js"] [dev-dependencies.rand] version = "0.8.5" [features] default = [] expose-jsvalue = [ "serde", "dep:wasm-bindgen", "dep:serde-wasm-bindgen", ] serde = ["dep:serde"]