# 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 = "2021" name = "symbolic" version = "12.12.3" authors = [ "Armin Ronacher ", "Jan Michael Auer ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A library to symbolicate and process stack traces from native applications, minidumps, Unreal Engine 4 or minified JavaScript. """ homepage = "https://github.com/getsentry/symbolic" documentation = "https://docs.rs/symbolic" readme = "README.md" license = "MIT" repository = "https://github.com/getsentry/symbolic" [package.metadata.docs.rs] all-features = true [lib] name = "symbolic" path = "src/lib.rs" [dependencies.symbolic-cfi] version = "12.12.3" optional = true [dependencies.symbolic-common] version = "12.12.3" [dependencies.symbolic-debuginfo] version = "12.12.3" optional = true [dependencies.symbolic-demangle] version = "12.12.3" optional = true [dependencies.symbolic-il2cpp] version = "12.12.3" optional = true [dependencies.symbolic-ppdb] version = "12.12.3" optional = true [dependencies.symbolic-sourcemapcache] version = "12.12.3" optional = true [dependencies.symbolic-symcache] version = "12.12.3" optional = true [dependencies.symbolic-unreal] version = "12.12.3" optional = true [features] cfi = [ "symbolic-cfi", "debuginfo", ] common-serde = ["symbolic-common/serde"] debuginfo = ["symbolic-debuginfo"] debuginfo-serde = [ "debuginfo", "common-serde", ] default = ["debuginfo"] demangle = ["symbolic-demangle"] il2cpp = [ "symbolic-il2cpp", "symbolic-symcache/il2cpp", ] ppdb = ["symbolic-ppdb"] sourcemapcache = ["symbolic-sourcemapcache"] symcache = [ "symbolic-symcache", "debuginfo", ] unreal = ["symbolic-unreal"] unreal-serde = [ "unreal", "common-serde", "symbolic-unreal/serde", ]