# 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 = "llvm-symbolizer-rust-wrapper" version = "0.1.0" authors = ["Badel2 <2badel2@gmail.com>"] description = "Fix Rust demangling for llvm-symbolizer" readme = "README.md" keywords = [ "llvm-symbolizer", "demangle", ] license = "GPL-3.0" repository = "https://github.com/Badel2/llvm-symbolizer-rust-wrapper" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2" features = ["file_appender"] default-features = false [dependencies.regex] version = "1" [dependencies.rustc-demangle] version = "0.1.23" [dependencies.which] version = "5" features = ["regex"]