cargo-rr 0.3.0

A light wrapper around rr, the time-travelling debugger
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 = "2018"
name = "cargo-rr"
version = "0.3.0"
authors = ["Daniel Franklin <daniel@danielzfranklin.org>"]
description = "A light wrapper around rr, the time-travelling debugger"
readme = "README.md"
keywords = [
    "rr",
    "debug",
    "debugger",
    "test",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/danielzfranklin/cargo-rr"

[dependencies.anyhow]
version = "1.0.65"

[dependencies.camino]
version = "1.1.1"

[dependencies.cargo_metadata]
version = "0.15.0"

[dependencies.clap]
version = "3.2.22"
features = ["derive"]

[dependencies.ctrlc]
version = "3.2.3"

[dependencies.seacan]
version = "0.1.0"

[dependencies.skim]
version = "0.9.4"

[dependencies.tracing]
version = "0.1.36"

[dependencies.tracing-subscriber]
version = "0.3.15"
features = ["env-filter"]