# 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 = "rustle_lib" version = "0.0.1-alpha" authors = [ "pintariching", "qwertydelle", "linrium", "iceghost", "linh-1", "TheMixu", ] description = "The Svelte compiler, rewritten in Rust." homepage = "https://github.com/pintariching/rustle" readme = "README.md" keywords = [ "svelte", "rust", "compiler", "cli", ] license = "MIT" repository = "https://github.com/pintariching/rustle" resolver = "1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.swc] version = "0.232.54" [dependencies.swc_common] version = "0.29.10" [dependencies.swc_ecma_ast] version = "0.94.14" [dependencies.swc_ecma_codegen] version = "0.127.24" [dependencies.swc_ecma_parser] version = "0.122.20"