# 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_plugin_add_import_extension" version = "0.0.0" authors = ["Mehdi Lahlou "] description = "SWC plugin to add extensions to esm import and export specifiers" homepage = "https://github.com/medfreeman/swc-plugin-add-import-extension" documentation = "https://github.com/medfreeman/swc-plugin-add-import-extension/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/medfreeman/swc-plugin-add-import-extension.git" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 [lib] crate-type = [ "cdylib", "rlib", ]