symbolic 2.0.6

A library to symbolicate and process stack traces from native applications, minidumps, minified JavaScripts or ProGuard optimized Android apps.
# 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]
name = "symbolic"
version = "2.0.6"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan Michael Auer <mail@jauer.org>"]
exclude = [".vscode/**/*", "py/**/*", "scripts/**/*"]
description = "A library to symbolicate and process stack traces from native applications,\nminidumps, minified JavaScripts or ProGuard optimized Android apps.\n"
homepage = "https://github.com/getsentry/symbolic"
documentation = "https://docs.rs/symbolic"
readme = "README.md"
license = "MIT"
repository = "https://github.com/getsentry/symbolic"
[dependencies.symbolic-common]
version = "2.0.6"

[dependencies.symbolic-debuginfo]
version = "2.0.6"

[dependencies.symbolic-demangle]
version = "2.0.6"

[dependencies.symbolic-minidump]
version = "2.0.6"

[dependencies.symbolic-proguard]
version = "2.0.6"

[dependencies.symbolic-sourcemap]
version = "2.0.6"

[dependencies.symbolic-symcache]
version = "2.0.6"
[dev-dependencies.clap]
version = "2.29.0"

[dev-dependencies.walkdir]
version = "2.0.1"