# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "swc_js_sourcemap" version = "5.0.2" authors = ["Sentry ", "강도윤 "] include = ["/src/**/*.rs", "/examples/*.rs", "/*.toml", "/LICENSE", "/README.md"] autoexamples = true description = "Basic sourcemap handling for Rust" homepage = "https://github.com/getsentry/rust-sourcemap" documentation = "http://getsentry.github.io/rust-sourcemap/" readme = "README.md" keywords = ["javascript", "sourcemap", "sourcemaps"] license = "BSD-3-Clause" [package.metadata.docs.rs] all-features = true [[example]] name = "split_ram_bundle" required-features = ["ram_bundle"] [dependencies.base64] version = "0.10.1" [dependencies.fxhash] version = "0.2.1" [dependencies.if_chain] version = "0.1.3" [dependencies.lazy_static] version = "1.2.0" [dependencies.regex] version = "1.1.0" [dependencies.scroll] version = "0.9.2" features = ["derive"] optional = true [dependencies.serde] version = "1.0.88" features = ["derive"] [dependencies.serde_json] version = "1.0.38" [dependencies.url] version = "1.7.2" [build-dependencies.rustc_version] version = "0.2.3" [features] ram_bundle = ["scroll"]