symbolic-symcache 5.7.4

An optimizied cache file for fast and memory efficient lookup of symbols and stack frames in debugging information.
Documentation
[package]
name = "symbolic-symcache"
version = "5.7.4"
license = "MIT"
authors = [
    "Armin Ronacher <armin.ronacher@active-4.com>",
    "Jan Michael Auer <mail@jauer.org>",
]
documentation = "https://docs.rs/symbolic-symcache"
homepage = "https://github.com/getsentry/symbolic"
repository = "https://github.com/getsentry/symbolic"
description = """
An optimizied cache file for fast and memory efficient lookup of symbols and
stack frames in debugging information.
"""
edition = "2018"

[dependencies]
dmsort = "1.0.0"
failure = "0.1.3"
fallible-iterator = "0.1.5"
fnv = "1.0.6"
gimli = "0.16.1"
if_chain = "0.1.3"
lru-cache = "0.1.1"
matches = "0.1.8"
num = "0.2.0"
owning_ref = "0.4.0"
symbolic-common = { version = "5.7.4", path = "../common", features = ["with_dwarf", "with_objects"] }
symbolic-debuginfo = { version = "5.7.4", path = "../debuginfo" }
symbolic-demangle = { version = "5.7.4", path = "../demangle" }
uuid = { version = "0.7.1", features = ["serde"] }

[dev-dependencies]
symbolic-testutils = { version = "5.7.4", path = "../testutils" }