rustviz-plugin 2.0.0

A tool that allows users to generate an interactive timeline depicting ownership and borrowing events for variables in a Rust code example
# 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 = "rustviz-plugin"
version = "2.0.0"
authors = [
    "Cyrus Omar <comar@umich.edu>",
    "Andrew Mahler <mahleran@umich.edu>",
    "Alaric Chen",
    "Akshey Deokule",
    "Yue Huang",
    "Yifan Liu",
]
build = false
exclude = [
    "resources/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool that allows users to generate an interactive timeline depicting ownership and borrowing events for variables in a Rust code example"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rustviz/rustviz"

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

[[bin]]
name = "cargo-rv-plugin"
path = "src/bin/cargo-rv-plugin.rs"

[[bin]]
name = "rv-plugin-driver"
path = "src/bin/rv-plugin-driver.rs"

[dependencies.anyhow]
version = "1.0.0"

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

[dependencies.env_logger]
version = "0.10"

[dependencies.fluid-let]
version = "1.0"

[dependencies.handlebars]
version = "3.0.1"

[dependencies.itertools]
version = "0.10.5"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.rustc_plugin]
version = "0.14.3-nightly-2025-08-20"

[dependencies.rustc_utils]
version = "0.14.3-nightly-2025-08-20"
features = [
    "graphviz",
    "ts-rs",
    "serde",
    "test",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.simplelog]
version = "0.11"

[dependencies.ts-rs]
version = "6.2"