# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "alef" version = "0.0.1-alpha" authors = ["The Aleph.js authors"] description = "The AOT Compiler of Alef Component." license = "MIT" repository = "https://github.com/alephjs/alef-component" [lib] name = "alef" [dependencies.anyhow] version = "1.0.37" [dependencies.indexmap] version = "1.6.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.swc_common] version = "0.10.8" features = ["sourcemap"] [dependencies.swc_ecma_ast] version = "0.36.2" [dependencies.swc_ecma_utils] version = "0.26.0" [dependencies.swc_ecma_visit] version = "0.22.0" [dependencies.swc_ecmascript] version = "0.16.1" features = ["codegen", "parser", "transforms", "visit"]