# 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 = "symbolic-sourcemap" version = "8.8.0" authors = [ "Armin Ronacher ", "Jan Michael Auer ", ] description = """ A library to process JavaScript sourcemaps and resolve symbols in minified source code or stack traces. """ homepage = "https://github.com/getsentry/symbolic" documentation = "https://docs.rs/symbolic-sourcemap" license = "MIT" repository = "https://github.com/getsentry/symbolic" [package.metadata.docs.rs] all-features = true [dependencies.sourcemap] version = "6.0.2" [dev-dependencies.similar-asserts] version = "1.0.0"