# 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 = "ftd-rt" version = "0.1.5" authors = ["Amit Upadhyay "] description = "ftd-rt: Utility crate for ftd" homepage = "https://ftd.dev/" license = "MIT" repository = "https://github.com/fifthtry/ftd" [lib] crate-type = ["cdylib", "rlib"] [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2.74" features = ["serde-serialize"] optional = true [dependencies.web-sys] version = "0.3.51" features = ["Document", "Element", "HtmlElement", "Node", "Window"] optional = true [features] default = ["realm"] realm = [] wasm = ["console_error_panic_hook", "wasm-bindgen", "web-sys"]