mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [encoding_rs](https://docs.rs/encoding_rs/) ([source](https://redirect.github.com/hsivonen/encoding_rs)) | workspace.dependencies | patch | `0.8.34` -> `0.8.35` | | [handlebars](https://redirect.github.com/sunng87/handlebars-rust) | workspace.dependencies | minor | `6.1.0` -> `6.2.0` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | minor | `1.40.0` -> `1.41.0` | | [prettyplease](https://redirect.github.com/dtolnay/prettyplease) | workspace.dependencies | patch | `0.2.24` -> `0.2.25` | | [regex](https://redirect.github.com/rust-lang/regex) | workspace.dependencies | patch | `1.11.0` -> `1.11.1` | | [saphyr](https://redirect.github.com/saphyr-rs/saphyr) | workspace.dependencies | patch | `0.0.1` -> `0.0.3` | | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.210` -> `1.0.213` | | [tokio](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.40.0` -> `1.41.0` | --- ### Release Notes <details> <summary>hsivonen/encoding_rs (encoding_rs)</summary> ### [`v0.8.35`](https://redirect.github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35) [Compare Source](https://redirect.github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35) </details> <details> <summary>sunng87/handlebars-rust (handlebars)</summary> ### [`v6.2.0`](https://redirect.github.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#620---2024-10-26) [Compare Source](https://redirect.github.com/sunng87/handlebars-rust/compare/v6.1.0...v6.2.0) - \[Added] `@index` variable for object iteration \[[#​682](https://redirect.github.com/sunng87/handlebars-rust/issues/682)] - \[Changed] improve number comparison between different types \[[#​679](https://redirect.github.com/sunng87/handlebars-rust/issues/679)] </details> <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.41.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1410) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.40.0...1.41.0) - Experimental support for binary snapshots. [#​610](https://redirect.github.com/mitsuhiko/insta/issues/610) (Florian Plattner) - `--force-update-snapshots` now causes `cargo-insta` to write every snapshot, regardless of whether snapshots fully match, and now implies `--accept`. This allows for `--force-update-snapshots` to update inline snapshots' delimiters and indentation. For the previous behavior of `--force-update-snapshots`, which limited writes to snapshots which didn't fully match, use `--require-full-match`. The main difference between `--require-full-match` and the existing behavior of `--force-update-snapshots` is a non-zero exit code on any snapshots which don't fully match. Like the previous behavior or `--force-update-snapshots`, `--require-full-match` doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. [#​644](https://redirect.github.com/mitsuhiko/insta/issues/644) - Inline snapshots only use `#` characters as delimiters when required. [#​603](https://redirect.github.com/mitsuhiko/insta/issues/603) - Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. [#​637](https://redirect.github.com/mitsuhiko/insta/issues/637) - Insta runs correctly on packages which reference rust files in a parent path. [#​626](https://redirect.github.com/mitsuhiko/insta/issues/626) - Warnings are printed when any snapshot uses a legacy format. [#​599](https://redirect.github.com/mitsuhiko/insta/issues/599) - `cargo insta --version` now prints a version. [#​665](https://redirect.github.com/mitsuhiko/insta/issues/665) - `insta` now internally uses `INSTA_UPDATE=force` rather than `INSTA_FORCE_UPDATE=1`. (This doesn't affect users of `cargo-insta`, which handles this internally.) [#​482](https://redirect.github.com/mitsuhiko/insta/issues/482) - `cargo-insta`'s integration tests continue to grow over the past couple of versions, and now offer coverage of most of `cargo-insta`'s interface. </details> <details> <summary>dtolnay/prettyplease (prettyplease)</summary> ### [`v0.2.25`](https://redirect.github.com/dtolnay/prettyplease/releases/tag/0.2.25) [Compare Source](https://redirect.github.com/dtolnay/prettyplease/compare/0.2.24...0.2.25) - Print safe and explicitly unsafe foreign items ([#​85](https://redirect.github.com/dtolnay/prettyplease/issues/85), [https://github.com/rust-lang/rust/issues/123743](https://redirect.github.com/rust-lang/rust/issues/123743)) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.11.1`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1111-2024-10-24) [Compare Source](https://redirect.github.com/rust-lang/regex/compare/1.11.0...1.11.1) \=================== This is a new patch release of `regex` that fixes compilation on nightly Rust when the unstable `pattern` crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected. Bug fixes: - [BUG #​1231](https://redirect.github.com/rust-lang/regex/issues/1231): Fix the `Pattern` trait implementation as a result of nightly API breakage. </details> <details> <summary>saphyr-rs/saphyr (saphyr)</summary> ### [`v0.0.3`](https://redirect.github.com/saphyr-rs/saphyr/compare/v0.0.1...v0.0.3) [Compare Source](https://redirect.github.com/saphyr-rs/saphyr/compare/v0.0.1...v0.0.3) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.213`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.213) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.212...v1.0.213) - Fix support for macro-generated `with` attributes inside a newtype struct ([#​2847](https://redirect.github.com/serde-rs/serde/issues/2847)) ### [`v1.0.212`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.212) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.211...v1.0.212) - Fix hygiene of macro-generated local variable accesses in serde(with) wrappers ([#​2845](https://redirect.github.com/serde-rs/serde/issues/2845)) ### [`v1.0.211`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.211) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.210...v1.0.211) - Improve error reporting about mismatched signature in `with` and `default` attributes ([#​2558](https://redirect.github.com/serde-rs/serde/issues/2558), thanks [@​Mingun](https://redirect.github.com/Mingun)) - Show variant aliases in error message when variant deserialization fails ([#​2566](https://redirect.github.com/serde-rs/serde/issues/2566), thanks [@​Mingun](https://redirect.github.com/Mingun)) - Improve binary size of untagged enum and internally tagged enum deserialization by about 12% ([#​2821](https://redirect.github.com/serde-rs/serde/issues/2821)) </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.41.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.41.0): Tokio v1.41.0 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) ##### 1.41.0 (Oct 22th, 2024) ##### Added - metrics: stabilize `global_queue_depth` ([#​6854], [#​6918]) - net: add conversions for unix `SocketAddr` ([#​6868]) - sync: add `watch::Sender::sender_count` ([#​6836]) - sync: add `mpsc::Receiver::blocking_recv_many` ([#​6867]) - task: stabilize `Id` apis ([#​6793], [#​6891]) ##### Added (unstable) - metrics: add H2 Histogram option to improve histogram granularity ([#​6897]) - metrics: rename some histogram apis ([#​6924]) - runtime: add `LocalRuntime` ([#​6808]) ##### Changed - runtime: box futures larger than 16k on release mode ([#​6826]) - sync: add `#[must_use]` to `Notified` ([#​6828]) - sync: make `watch` cooperative ([#​6846]) - sync: make `broadcast::Receiver` cooperative ([#​6870]) - task: add task size to tracing instrumentation ([#​6881]) - wasm: enable `cfg_fs` for `wasi` target ([#​6822]) ##### Fixed - net: fix regression of abstract socket path in unix socket ([#​6838]) ##### Documented - io: recommend `OwnedFd` with `AsyncFd` ([#​6821]) - io: document cancel safety of `AsyncFd` methods ([#​6890]) - macros: render more comprehensible documentation for `join` and `try_join` ([#​6814], [#​6841]) - net: fix swapped examples for `TcpSocket::set_nodelay` and `TcpSocket::nodelay` ([#​6840]) - sync: document runtime compatibility ([#​6833]) [#​6793]: https://redirect.github.com/tokio-rs/tokio/pull/6793 [#​6808]: https://redirect.github.com/tokio-rs/tokio/pull/6808 [#​6810]: https://redirect.github.com/tokio-rs/tokio/pull/6810 [#​6814]: https://redirect.github.com/tokio-rs/tokio/pull/6814 [#​6821]: https://redirect.github.com/tokio-rs/tokio/pull/6821 [#​6822]: https://redirect.github.com/tokio-rs/tokio/pull/6822 [#​6826]: https://redirect.github.com/tokio-rs/tokio/pull/6826 [#​6828]: https://redirect.github.com/tokio-rs/tokio/pull/6828 [#​6833]: https://redirect.github.com/tokio-rs/tokio/pull/6833 [#​6836]: https://redirect.github.com/tokio-rs/tokio/pull/6836 [#​6838]: https://redirect.github.com/tokio-rs/tokio/pull/6838 [#​6840]: https://redirect.github.com/tokio-rs/tokio/pull/6840 [#​6841]: https://redirect.github.com/tokio-rs/tokio/pull/6841 [#​6846]: https://redirect.github.com/tokio-rs/tokio/pull/6846 [#​6854]: https://redirect.github.com/tokio-rs/tokio/pull/6854 [#​6867]: https://redirect.github.com/tokio-rs/tokio/pull/6867 [#​6868]: https://redirect.github.com/tokio-rs/tokio/pull/6868 [#​6870]: https://redirect.github.com/tokio-rs/tokio/pull/6870 [#​6881]: https://redirect.github.com/tokio-rs/tokio/pull/6881 [#​6890]: https://redirect.github.com/tokio-rs/tokio/pull/6890 [#​6891]: https://redirect.github.com/tokio-rs/tokio/pull/6891 [#​6897]: https://redirect.github.com/tokio-rs/tokio/pull/6897 [#​6918]: https://redirect.github.com/tokio-rs/tokio/pull/6918 [#​6924]: https://redirect.github.com/tokio-rs/tokio/pull/6924 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
248 lines
8.6 KiB
TOML
248 lines
8.6 KiB
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["apps/*", "crates/*", "napi/*", "tasks/*", "wasm/*"]
|
|
exclude = ["tasks/lint_rules"]
|
|
|
|
[workspace.package]
|
|
authors = ["Boshen <boshenc@gmail.com>", "Oxc contributors"]
|
|
categories = ["compilers", "development-tools", "web-programming"]
|
|
edition = "2021"
|
|
homepage = "https://oxc.rs"
|
|
keywords = ["JavaScript", "TypeScript", "linter", "minifier", "parser"]
|
|
license = "MIT"
|
|
repository = "https://github.com/oxc-project/oxc"
|
|
rust-version = "1.76" # Support last 6 minor versions.
|
|
description = "A collection of JavaScript tools written in Rust."
|
|
|
|
# <https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html>
|
|
[workspace.lints.rust]
|
|
absolute_paths_not_starting_with_crate = "warn"
|
|
non_ascii_idents = "warn"
|
|
unit-bindings = "warn"
|
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)', 'cfg(coverage_nightly)'] }
|
|
|
|
[workspace.lints.clippy]
|
|
all = { level = "warn", priority = -1 }
|
|
empty_docs = { level = "allow", priority = 1 } # From `Tsify`
|
|
# restriction
|
|
dbg_macro = "warn"
|
|
todo = "warn"
|
|
unimplemented = "warn"
|
|
print_stdout = "warn" # Must be opt-in
|
|
print_stderr = "warn" # Must be opt-in
|
|
allow_attributes = "warn"
|
|
# I like the explicitness of this rule as it removes confusion around `clone`.
|
|
# This increases readability, avoids `clone` mindlessly and heap allocating by accident.
|
|
clone_on_ref_ptr = "warn"
|
|
# These two are mutually exclusive, I like `mod.rs` files for better fuzzy searches on module entries.
|
|
self_named_module_files = "warn" # "-Wclippy::mod_module_files"
|
|
empty_drop = "warn"
|
|
empty_structs_with_brackets = "warn"
|
|
exit = "warn"
|
|
filetype_is_file = "warn"
|
|
get_unwrap = "warn"
|
|
impl_trait_in_params = "warn"
|
|
rc_buffer = "warn"
|
|
rc_mutex = "warn"
|
|
rest_pat_in_fully_bound_structs = "warn"
|
|
unnecessary_safety_comment = "warn"
|
|
undocumented_unsafe_blocks = "warn"
|
|
infinite_loop = "warn"
|
|
# I want to write the best Rust code so pedantic is enabled.
|
|
# We should only disable rules globally if they are either false positives, chaotic, or does not make sense.
|
|
pedantic = { level = "warn", priority = -1 }
|
|
# Allowed rules
|
|
# pedantic
|
|
# This rule is too pedantic, I don't want to force this because naming things are hard.
|
|
module_name_repetitions = "allow"
|
|
# All triggers are mostly ignored in our codebase, so this is ignored globally.
|
|
struct_excessive_bools = "allow"
|
|
too_many_lines = "allow"
|
|
# `#[must_use]` is creating too much noise for this codebase, it does not add much value
|
|
# except nagging the programmer to add a `#[must_use]` after clippy has been run.
|
|
# Having `#[must_use]` everywhere also hinders readability.
|
|
must_use_candidate = "allow"
|
|
# Too annoying, we import by name anyway.
|
|
wildcard_imports = "allow"
|
|
# used_underscore_binding= "allow"
|
|
doc_markdown = "allow"
|
|
# nursery
|
|
# `const` functions do not make sense for our project because this is not a `const` library.
|
|
# This rule also confuses newcomers and forces them to add `const` blindlessly without any reason.
|
|
missing_const_for_fn = "allow"
|
|
# cargo
|
|
cargo = { level = "warn", priority = -1 }
|
|
multiple_crate_versions = "allow"
|
|
cargo_common_metadata = "allow" # FIXME
|
|
doc_lazy_continuation = "allow" # FIXME
|
|
|
|
[workspace.dependencies]
|
|
# publish = true
|
|
oxc = { version = "0.34.0", path = "crates/oxc" }
|
|
oxc_allocator = { version = "0.34.0", path = "crates/oxc_allocator" }
|
|
oxc_ast = { version = "0.34.0", path = "crates/oxc_ast" }
|
|
oxc_ast_macros = { version = "0.34.0", path = "crates/oxc_ast_macros" }
|
|
oxc_cfg = { version = "0.34.0", path = "crates/oxc_cfg" }
|
|
oxc_codegen = { version = "0.34.0", path = "crates/oxc_codegen" }
|
|
oxc_data_structures = { version = "0.34.0", path = "crates/oxc_data_structures" }
|
|
oxc_diagnostics = { version = "0.34.0", path = "crates/oxc_diagnostics" }
|
|
oxc_ecmascript = { version = "0.34.0", path = "crates/oxc_ecmascript" }
|
|
oxc_estree = { version = "0.34.0", path = "crates/oxc_estree" }
|
|
oxc_index = { version = "0.34.0", path = "crates/oxc_index" }
|
|
oxc_isolated_declarations = { version = "0.34.0", path = "crates/oxc_isolated_declarations" }
|
|
oxc_mangler = { version = "0.34.0", path = "crates/oxc_mangler" }
|
|
oxc_minifier = { version = "0.34.0", path = "crates/oxc_minifier" }
|
|
oxc_module_lexer = { version = "0.34.0", path = "crates/oxc_module_lexer" }
|
|
oxc_parser = { version = "0.34.0", path = "crates/oxc_parser" }
|
|
oxc_regular_expression = { version = "0.34.0", path = "crates/oxc_regular_expression" }
|
|
oxc_semantic = { version = "0.34.0", path = "crates/oxc_semantic" }
|
|
oxc_sourcemap = { version = "0.34.0", path = "crates/oxc_sourcemap" }
|
|
oxc_span = { version = "0.34.0", path = "crates/oxc_span" }
|
|
oxc_syntax = { version = "0.34.0", path = "crates/oxc_syntax" }
|
|
oxc_transform_napi = { version = "0.34.0", path = "napi/transform" }
|
|
oxc_transformer = { version = "0.34.0", path = "crates/oxc_transformer" }
|
|
oxc_traverse = { version = "0.34.0", path = "crates/oxc_traverse" }
|
|
|
|
# publish = false
|
|
oxc_linter = { path = "crates/oxc_linter" }
|
|
oxc_macros = { path = "crates/oxc_macros" }
|
|
oxc_prettier = { path = "crates/oxc_prettier" }
|
|
oxc_tasks_common = { path = "tasks/common" }
|
|
oxc_tasks_transform_checker = { path = "tasks/transform_checker" }
|
|
|
|
# Relaxed version so the user can decide which version to use.
|
|
napi = "3.0.0-alpha"
|
|
napi-build = "2.1.3"
|
|
napi-derive = "3.0.0-alpha"
|
|
|
|
# Relaxed version so the user can decide which version to use.
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2", default-features = false }
|
|
unicode-id-start = "1"
|
|
|
|
aho-corasick = "1.1.3"
|
|
allocator-api2 = "0.2.18"
|
|
assert-unchecked = "0.1.2"
|
|
base64 = "0.22.1"
|
|
base64-simd = "0.8"
|
|
bitflags = "2.6.0"
|
|
bpaf = "0.9.15"
|
|
bumpalo = "3.16.0"
|
|
cfg-if = "1.0.0"
|
|
compact_str = "0.8.0"
|
|
console = "0.15.8"
|
|
console_error_panic_hook = "0.1.7"
|
|
convert_case = "0.6.0"
|
|
cow-utils = "0.1.3"
|
|
criterion2 = { version = "1.1.1", default-features = false }
|
|
daachorse = { version = "1.0.0" }
|
|
dashmap = "6.1.0"
|
|
encoding_rs = "0.8.34"
|
|
encoding_rs_io = "0.1.7"
|
|
env_logger = { version = "0.11.5", default-features = false }
|
|
flate2 = "1.0.34"
|
|
futures = "0.3.31"
|
|
glob = "0.3.1"
|
|
globset = "0.4.15"
|
|
handlebars = "6.1.0"
|
|
humansize = "2.1.3"
|
|
ignore = "0.4.23"
|
|
indexmap = "2.6.0"
|
|
insta = "1.40.0"
|
|
itertools = "0.13.0"
|
|
itoa = "1.0.11"
|
|
jemallocator = "0.5.4"
|
|
json-strip-comments = "1.0.4"
|
|
language-tags = "0.3.2"
|
|
lazy_static = "1.5.0"
|
|
log = "0.4.22"
|
|
markdown = "1.0.0-alpha.21"
|
|
memchr = "2.7.4"
|
|
memoffset = "0.9.1"
|
|
miette = { package = "oxc-miette", version = "1.0.1", features = ["fancy-no-syscall"] }
|
|
mimalloc = "0.1.43"
|
|
mime_guess = "2.0.5"
|
|
nonmax = "0.5.5"
|
|
num-bigint = "0.4.6"
|
|
num-traits = "0.2.19"
|
|
once_cell = "1.20.2"
|
|
oxc-browserslist = "1.0.3"
|
|
oxc_resolver = "2.0.0"
|
|
petgraph = "0.6.5"
|
|
phf = "0.11.2"
|
|
pico-args = "0.5.0"
|
|
prettyplease = "0.2.22"
|
|
project-root = "0.2.2"
|
|
rayon = "1.10.0"
|
|
regex = "1.11.0"
|
|
ropey = "1.6.1"
|
|
rust-lapper = "1.1.0"
|
|
rustc-hash = "2.*"
|
|
ryu-js = "1.0.1"
|
|
saphyr = "0.0.3"
|
|
schemars = "0.8.21"
|
|
scraper = "0.20.0"
|
|
seq-macro = "0.3.5"
|
|
serde = "1.0.210"
|
|
serde-wasm-bindgen = "0.6.5"
|
|
serde_json = "1.0.128"
|
|
sha1 = "0.10.6"
|
|
simdutf8 = { version = "0.1.5", features = ["aarch64_neon"] }
|
|
similar = "2.6.0"
|
|
tempfile = "3.13.0"
|
|
tokio = "1.40.0"
|
|
tower-lsp = "0.20.0"
|
|
tracing-subscriber = "0.3.18"
|
|
tsify = "0.4.5"
|
|
ureq = { version = "2.10.1", default-features = false }
|
|
url = "2.5.2"
|
|
walkdir = "2.5.0"
|
|
wasm-bindgen = "0.2.95"
|
|
|
|
[workspace.metadata.cargo-shear]
|
|
ignored = ["napi", "oxc_transform_napi", "prettyplease"]
|
|
|
|
[profile.dev]
|
|
# Disabling debug info speeds up local and CI builds,
|
|
# and we don't rely on it for debugging that much.
|
|
debug = false
|
|
|
|
[profile.dev.package]
|
|
# Compile macros with some optimizations to make consuming crates build faster
|
|
oxc_macros.opt-level = 1
|
|
oxc_ast_macros.opt-level = 1
|
|
# Compile insta and its dependencies in release mode for faster snapshot tests
|
|
# See: https://insta.rs/docs/quickstart/#optional-faster-runs
|
|
insta.opt-level = 3
|
|
similar.opt-level = 3
|
|
|
|
[profile.release.package.oxc_wasm]
|
|
opt-level = 'z'
|
|
|
|
[profile.release]
|
|
# Configurations explicitly listed here for clarity.
|
|
# Using the best options for performance.
|
|
opt-level = 3
|
|
lto = "fat"
|
|
codegen-units = 1
|
|
strip = "symbols" # Set to `false` for debug information
|
|
debug = false # Set to `true` for debug information
|
|
panic = "abort" # Let it crash and force ourselves to write safe Rust
|
|
|
|
# Profile used for release mode, but with debugging information for profiling
|
|
# and debugging. Use `cargo build --profile=release-with-debug` to build with this profile.
|
|
[profile.release-with-debug]
|
|
inherits = "release"
|
|
strip = false # Keep debug information in binary
|
|
debug = true # Include maximum amount of debug information
|
|
|
|
# Profile for `cargo coverage`
|
|
[profile.coverage]
|
|
inherits = "release"
|
|
opt-level = 2 # Compile faster
|
|
codegen-units = 256 # Compile faster
|
|
lto = "thin" # Faster compile time with thin LTO
|
|
debug-assertions = true # Make sure `debug_assert!`s pass
|
|
overflow-checks = true # Catch arithmetic overflow errors
|
|
incremental = true
|