# 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 = "sourcemap" version = "9.1.2" authors = ["Sentry "] build = false include = [ "/src/**/*.rs", "/examples/*.rs", "/*.toml", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Basic sourcemap handling for Rust" homepage = "https://github.com/getsentry/rust-sourcemap" readme = "README.md" keywords = [ "javascript", "sourcemap", "sourcemaps", ] license = "BSD-3-Clause" repository = "https://github.com/getsentry/rust-sourcemap" [package.metadata.docs.rs] all-features = true [lib] name = "sourcemap" path = "src/lib.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "rewrite" path = "examples/rewrite.rs" [[example]] name = "split_ram_bundle" path = "examples/split_ram_bundle.rs" required-features = ["ram_bundle"] [dependencies.base64-simd] version = "0.7" [dependencies.bitvec] version = "1.0.1" [dependencies.data-encoding] version = "2.3.3" [dependencies.debugid] version = "0.8.0" features = ["serde"] [dependencies.if_chain] version = "1.0.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.scroll] version = "0.10.1" features = ["derive"] optional = true [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.unicode-id-start] version = "1" [dependencies.url] version = "2.1.1" [dev-dependencies.magic_string] version = "0.3.4" [dev-dependencies.proptest] version = "1.2.0" [build-dependencies.rustc_version] version = "0.2.3" [features] ram_bundle = ["scroll"]