# 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 = "libcasr" version = "2.12.1" authors = [ "Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov ", "Ilya Yegorov ", "Darya Parygina ", ] build = false exclude = ["/fuzz"] autobins = false autoexamples = false autotests = false autobenches = false description = "Collect crash reports, triage, and estimate severity." documentation = "https://docs.rs/libcasr" readme = "README.md" keywords = [ "gdb", "crash", "stacktrace", "triage", "coredump", ] license = "Apache-2.0" repository = "https://github.com/ispras/casr.git" [package.metadata.docs.rs] features = [ "exploitable", "serde", ] [lib] name = "libcasr" path = "src/lib.rs" [dependencies.capstone] version = "0.12" optional = true [dependencies.chrono] version = "0.4" [dependencies.gdb-command] version = "0.7" [dependencies.goblin] version = "0.8" optional = true [dependencies.kodama] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.lexiclean] version = "0.0" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [features] exploitable = [ "dep:capstone", "dep:goblin", ] serde = [ "dep:serde_json", "dep:serde", "dep:lexiclean", ]