# 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 = "rustviz2-plugin" version = "0.1.0" authors = [ "Andrew Mahler ", "Alaric Chen", "Akshey Deokule", "Yue Huang", "Yifan Liu", ] build = false exclude = [ "resources/", "tests/", ] 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/rustviz2" [lib] name = "rustviz2_plugin" path = "src/lib.rs" [[bin]] name = "rv-plugin-driver" path = "src/bin/rv-plugin-driver.rs" [[bin]] name = "cargo-rv-plugin" path = "src/bin/cargo-rv-plugin.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.10.0-nightly-2024-05-20" [dependencies.rustc_utils] version = "0.10.0-nightly-2024-05-20" features = [ "graphviz", "ts-rs", "serde", "test", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.simplelog] version = "0.11" [dependencies.ts-rs] version = "6.2"