[package] name = "rusty-source-map" version = "0.2.2" edition = "2018" authors = ["CGQAQ "] homepage = "https://github.com/CGQAQ/rusty-source-map" repository = "https://github.com/CGQAQ/rusty-source-map" license = "MIT" description = "`source-map` NPM package written in Rust." exclude=["/bench/fixture", "/target", "/.idea"] [profile.release] opt-level = 3 [lib] path = "src/lib.rs" [[bin]] name = "main" path = "bench/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] source-map-mappings = "0.5.0" url = "2.2.2" regex = "1.5.4" lazy_static = "1.4.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } rayon = "1.5.1"