# 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 = "tribble-app" version = "0.1.1" authors = ["arctic_hen7 "] description = "The Perseus app that underlies Tribble." readme = "../../README.md" keywords = ["perseus", "template-engine"] categories = ["template-engine", "wasm", "internationalization", "web-programming", "gui"] license = "MIT" repository = "https://github.com/arctic-hen7/tribble" [[bin]] name = "schema" path = "src/bin/schema.rs" required-features = ["schema"] [dependencies.base64] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.perseus] version = "0.3.5" [dependencies.perseus-size-opt] version = "0.1" [dependencies.pulldown-cmark] version = "0.8" [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.sycamore] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.urlencoding] version = "2" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = ["Event", "HtmlSelectElement", "HtmlOptionElement", "Navigator", "Clipboard"] [features] export = ["perseus/server-side"] schema = ["schemars"]