# 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 = "fervid_napi" version = "0.2.0" authors = ["Marsel Shaikhin "] description = "Vue SFC compiler written in Rust" license = "Apache-2.0" repository = "https://github.com/phoenix-ru/rust-vue-compiler" [lib] crate-type = ["cdylib"] [dependencies.fervid] version = "0.2" [dependencies.fervid_codegen] version = "0.2" [dependencies.fervid_transform] version = "0.2" [dependencies.napi] version = "2" [dependencies.napi-derive] version = "2" [dependencies.swc_core] version = "0.90.*" features = ["ecma_ast"] [build-dependencies.napi-build] version = "2" [target."cfg(all(target_os = \"linux\", not(all(target_env = \"musl\", target_arch = \"aarch64\"))))".dependencies.mimalloc-rust] version = "0.2" features = ["local-dynamic-tls"] [target."cfg(not(target_os = \"linux\"))".dependencies.mimalloc-rust] version = "0.2"