amql-repl-ui 0.0.0-alpha.0

Leptos CSR frontend for the AQL REPL playground
# 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 = "amql-repl-ui"
version = "0.0.0-alpha.0"
authors = ["vikr01"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Leptos CSR frontend for the AQL REPL playground"
homepage = "https://github.com/vikr01/aql"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vikr01/aql"

[[bin]]
name = "amql-repl-ui"
path = "src/main.rs"

[dependencies.gloo-net]
version = "0.6"
features = ["json"]

[dependencies.leptos]
version = "0.8"
features = ["csr"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = ["HtmlTextAreaElement"]

[lints.clippy]
needless_pass_by_ref_mut = "deny"
ptr_arg = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(dylint_lib, values("aql_lints"))']