# 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_ecma_diff" version = "0.6.0" authors = ["강동윤 "] include = ["Cargo.toml", "src/**/*.rs"] description = "Diffing tools for ECMAScript" documentation = "https://rustdoc.swc.rs/swc_ecma_diff/" license = "Apache-2.0" repository = "https://github.com/swc-project/swc.git" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.ansi_term] version = "0.12.1" [dependencies.auto_impl] version = "0.5.0" [dependencies.num-bigint] version = "0.2" [dependencies.string_cache] version = "0.8" [dependencies.swc_atoms] version = "0.2.9" [dependencies.swc_common] version = "0.17.0" [dependencies.swc_ecma_ast] version = "0.65.0" [dev-dependencies.swc_ecma_codegen] version = "0.89.0" [dev-dependencies.swc_ecma_parser] version = "0.87.0" [dev-dependencies.testing] version = "0.18.0"