[]
= "rustviz-lib"
= "2.0.0"
= "2021"
= ["Cyrus Omar <comar@umich.edu>", "Andrew Mahler <mahleran@umich.edu>"]
= "https://github.com/rustviz/rustviz"
= "MIT"
= "Library API for generating RustViz ownership/borrow visualizations by shelling out to the rustviz-plugin rustc plugin."
= "README.md"
# `lib.rs` does `include_str!("../rust-toolchain.toml")` so the toolchain
# spec ships in the published tarball. The workspace-root copy stays the
# source of truth (rustup reads it when running cargo from the repo root);
# the in-crate copy is kept in sync by `scripts/bump-version.sh` and a
# unit test below asserts they match when both exist.
= [
"src/**",
"rust-toolchain.toml",
"README.md",
]
[]
= "3"