# 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-demangle" version = "12.12.3" authors = [ "Armin Ronacher ", "Jan Michael Auer ", ] build = "build.rs" exclude = ["tests/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = """ A library to demangle symbols from various languages and compilers. """ homepage = "https://github.com/getsentry/symbolic" documentation = "https://docs.rs/symbolic-demangle" readme = "README.md" license = "MIT" repository = "https://github.com/getsentry/symbolic" [package.metadata.docs.rs] all-features = true [lib] name = "symbolic_demangle" path = "src/lib.rs" [dependencies.cpp_demangle] version = "0.4.1" optional = true [dependencies.msvc-demangler] version = "0.10.0" optional = true [dependencies.rustc-demangle] version = "0.1.21" optional = true [dependencies.symbolic-common] version = "12.12.3" [dev-dependencies.similar-asserts] version = "1.4.2" [build-dependencies.cc] version = "1.0.79" optional = true [features] cpp = ["cpp_demangle"] default = [ "cpp", "msvc", "rust", "swift", ] msvc = ["msvc-demangler"] rust = ["rustc-demangle"] swift = ["cc"]