simple-frame-rs 0.3.0

Parse SFrame (Simple Frame) stack trace information
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 = "simple-frame-rs"
version = "0.3.0"
authors = ["Jiajie Chen <c@jia.je>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse SFrame (Simple Frame) stack trace information"
readme = false
license = "MIT"
repository = "https://github.com/jiegec/simple-frame-rs"

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

[[example]]
name = "create_testcase"
path = "examples/create_testcase.rs"

[[example]]
name = "dump_backtrace"
path = "examples/dump_backtrace.rs"

[[example]]
name = "dump_sframe"
path = "examples/dump_sframe.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.bitflags]
version = "2.9.4"

[dependencies.fallible-iterator]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.libc]
version = "0.2.176"

[dev-dependencies.object]
version = "0.38.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.145"