sage-runtime-web 2.1.0

WASM platform layer for the Sage runtime
Documentation
# 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 = "sage-runtime-web"
version = "2.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM platform layer for the Sage runtime"
readme = false
license = "MIT"
repository = "https://github.com/sagelang/sage"

[lib]
name = "sage_runtime_web"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.js-sys]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "Window",
]

[dependencies.web-time]
version = "1"

[lints.clippy]
approx_constant = "allow"
collapsible_match = "allow"
ptr_arg = "allow"

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

[lints.rust]
unsafe_code = "forbid"