libcasr 2.13.1

Collect crash reports, triage, and estimate severity.
Documentation
# 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 = "2024"
name = "libcasr"
version = "2.13.1"
authors = [
    "Andrey Fedotov  <splashgitar@gmail.com>",
    "Alexey Vishnyakov <pmvishnya@gmail.com>",
    "Georgy Savidov <avgor46@ispras.ru>",
    "Ilya Yegorov <Yegorov_Ilya@ispras.ru>",
    "Darya Parygina <pa_darochek@ispras.ru>",
]
build = false
exclude = ["/fuzz"]
autolib = false
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"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "exploitable",
    "serde",
]

[features]
exploitable = [
    "dep:capstone",
    "dep:goblin",
]
serde = [
    "dep:serde_json",
    "dep:serde",
    "dep:lexiclean",
]

[lib]
name = "libcasr"
path = "src/lib.rs"

[dependencies.capstone]
version = "0.13"
optional = true

[dependencies.chrono]
version = "0.4"

[dependencies.gdb-command]
version = "0.7"

[dependencies.goblin]
version = "0.9"
optional = true

[dependencies.kodama]
version = "0.3"

[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 = "2.0"