oveo 0.4.2

Javascript optimizer
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"
name = "oveo"
version = "0.4.2"
authors = ["Boris Kaul <localvoid@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Javascript optimizer"
homepage = "https://github.com/localvoid/oveo"
readme = "README.md"
license = "MIT"
repository = "https://github.com/localvoid/oveo"

[lib]
name = "oveo"
path = "src/lib.rs"

[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.oxc_allocator]
version = "0.135"

[dependencies.oxc_ast]
version = "0.135"

[dependencies.oxc_codegen]
version = "0.135"

[dependencies.oxc_data_structures]
version = "0.135"

[dependencies.oxc_diagnostics]
version = "0.135"

[dependencies.oxc_ecmascript]
version = "0.135"

[dependencies.oxc_parser]
version = "0.135"

[dependencies.oxc_semantic]
version = "0.135"

[dependencies.oxc_span]
version = "0.135"

[dependencies.oxc_str]
version = "0.135"

[dependencies.oxc_syntax]
version = "0.135"

[dependencies.oxc_traverse]
version = "0.135"

[dependencies.regex]
version = "1.11"
features = [
    "std",
    "perf",
]
default-features = false

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.11"

[dependencies.thiserror]
version = "2"

[lints.clippy]
allow_attributes = "warn"
clone_on_ref_ptr = "warn"
collapsible_else_if = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
get_unwrap = "warn"
infinite_loop = "warn"
map_with_unused_argument_over_ranges = "warn"
pathbuf_init_then_push = "warn"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
self_named_module_files = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"
unused_result_ok = "warn"