# 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.60" name = "oxc_ast_lower" version = "0.2.0" authors = [ "Boshen ", "Oxc contributors", ] publish = true description = "Oxc is a JavaScript / TypeScript tooling suite." homepage = "https://github.com/web-infra-dev/oxc" keywords = [ "JavaScript", "TypeScript", "parser", "linter", "minifier", ] categories = [ "development-tools", "web-programming", "compilers", ] license = "MIT" repository = "https://github.com/web-infra-dev/oxc" [dependencies.oxc_allocator] version = "0.2.0" [dependencies.oxc_ast] version = "0.2.0" [dependencies.oxc_hir] version = "0.2.0" [dependencies.oxc_semantic] version = "0.2.0" [dependencies.oxc_span] version = "0.2.0" [dev-dependencies.oxc_allocator] version = "0.2.0" [dev-dependencies.oxc_hir] version = "0.2.0" features = ["serde"] [dev-dependencies.oxc_parser] version = "0.2.0" [dev-dependencies.serde_json] version = "1.0.107" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.stacker] version = "0.1.15"