[dependencies.phf]
version = "0.13.0"
[lib]
doctest = false
name = "javascript_globals"
path = "src/lib.rs"
test = false
[lints.clippy]
dbg_macro = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[package]
authors = ["Boshen <boshenc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Global identifiers from different JavaScript environments"
edition = "2021"
include = ["/src"]
keywords = ["javascript", "globals"]
license = "MIT"
name = "javascript-globals"
publish = true
readme = "README.md"
repository = "https://github.com/oxc-project/javascript-globals"
rust-version = "1.76"
version = "1.3.4"