# 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" name = "oxc_printer" version = "0.0.6" authors = [ "Boshen ", "Oxc contributors", ] description = "Oxc is a JavaScript / TypeScript parser with full Test262 conformance." homepage = "https://github.com/Boshen/oxc" keywords = [ "JavaScript", "TypeScript", "parser", ] license = "MIT" repository = "https://github.com/Boshen/oxc" [dependencies.oxc_allocator] version = "0.0.6" [dependencies.oxc_ast] version = "0.0.6" [dependencies.oxc_semantic] version = "0.0.6" [dev-dependencies.miette] version = "5.7.0" features = ["fancy-no-backtrace"] [dev-dependencies.oxc_parser] version = "0.0.6"