# 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 = "2018" name = "rusty-source-map" version = "0.2.2" authors = ["CGQAQ "] exclude = ["/bench/fixture", "/target", "/.idea"] description = "`source-map` NPM package written in Rust." homepage = "https://github.com/CGQAQ/rusty-source-map" license = "MIT" repository = "https://github.com/CGQAQ/rusty-source-map" [profile.release] opt-level = 3 [lib] path = "src/lib.rs" [[bin]] name = "main" path = "bench/main.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.source-map-mappings] version = "0.5.0" [dependencies.url] version = "2.2.2"