# 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 = "swc-coverage-instrument" version = "0.0.24" authors = ["OJ Kwon "] description = "Istanbul compatible coverage instrumentation visitor for SWC" readme = "README.md" license = "MIT" repository = "https://github.com/kwonoj/swc-coverage-instrument" [dependencies.istanbul-oxide] version = "0.0.24" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.8.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.swc_core] version = "0.96.2" features = [ "common", "ecma_quote", "ecma_visit", "ecma_utils", "ecma_ast", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.pretty_assertions] version = "1.3.0"