# 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" rust-version = "1.76.0" name = "oxbuild" version = "0.1.5" authors = ["Don Isaac "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ultra-fast typescript compiler" homepage = "https://github.com/DonIsaac/oxbuild" readme = "README.md" keywords = [ "typescript", "javascript", "compiler", "oxc", "oxbuild", ] categories = [ "development-tools", "web-programming", "compilers", ] license = "MIT" repository = "https://github.com/DonIsaac/oxbuild" [profile.dev.build-override] opt-level = 1 [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = "thin" codegen-units = 4 debug = 0 panic = "abort" strip = "symbols" [[bin]] name = "oxbuild" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["cargo"] [dependencies.ignore] version = "0.4.23" [dependencies.json-strip-comments] version = "1.0.4" [dependencies.log] version = "0.4.22" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.oxc] version = "0.31.0" features = ["full"] [dependencies.package-json] version = "0.4.0" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.static_assertions] version = "1.1.0" [lints.clippy] dbg_macro = "warn" doc_markdown = "allow" missing_const_for_fn = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" print_stderr = "warn" print_stdout = "warn" too_many_lines = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.empty_docs] level = "allow" priority = 1