Module depdive::super_toml[][src]

Expand description

This module abstracts various manipulation with Cargo.toml and Cargo.lock files

  1. It can create a custom package that repicates the full dependency build of a given workspace
  2. Check a Cargo.toml is a package or a virtual manifest toml

Structs

Holds path to a Cargo.toml file and returns value for various fields and checks if it is a package toml or a virtual manifest

For a given workspace, This returns a temporary directory of a valid package that replicates the dependency build of a given workspace with a Cargo.toml and Cargo.lock file

Enums