# 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 = "enhanced-magic-string" version = "0.0.14" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] description = "Rust based magic-string implementation with sourcemap chains support" readme = "README.md" license = "MIT" repository = "https://github.com/farm-fe/enhanced-magic-string" [dependencies.base64] version = "0.22.0" [dependencies.farmfe_utils] version = "0.1.4" [dependencies.parking_lot] version = "0.12" features = ["deadlock_detection"] [dependencies.regex] version = "1.10.0" [dependencies.sourcemap] version = "8.0.1" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.relative-path] version = "1.9"