servo-script-webgpu 0.5.0

A component of the servo web-engine.
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 = "2024"
rust-version = "1.88.0"
name = "servo-script-webgpu"
version = "0.5.0"
authors = ["The Servo Project Developers"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A component of the servo web-engine."
readme = false
license = "MPL-2.0"
repository = "https://github.com/servo/servo"
resolver = "2"

[lib]
name = "script_webgpu"
path = "lib.rs"

[dependencies.deny_public_fields]
version = "=0.5.0"
package = "servo-deny-public-fields"

[dependencies.dom_struct]
version = "=0.5.0"
package = "servo-dom-struct"

[dependencies.js]
version = "=0.21"
features = [
    "intl",
    "libz-sys",
]
default-features = false
package = "mozjs"

[dependencies.jstraceable_derive]
version = "=0.5.0"
package = "servo-jstraceable-derive"

[dependencies.log]
version = "0.4.32"

[dependencies.malloc_size_of]
version = "=0.5.0"
package = "servo-malloc-size-of"

[dependencies.malloc_size_of_derive]
version = "0.1"

[dependencies.script_bindings]
version = "=0.5.0"
features = ["webgpu"]
package = "servo-script-bindings"

[dependencies.webgpu_traits]
version = "=0.5.0"
package = "servo-webgpu-traits"

[dependencies.wgpu-core]
version = "30"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(crown)"]