cargo locate-project
all
Print the full path to the `Cargo.toml` manifest of a project. If the project is part of a workspace, the manifest of the project is shown, rather than that of the workspace.
More info →Examples (4)
Display the JSON object with full path to the `Cargo.toml` manifest
Display the project path in the specified format
cargo locate-project --message-format plain|jsonDisplay the `Cargo.toml` manifest located at the root of the workspace as opposed to the current workspace member
cargo locate-project --workspaceDisplay the `Cargo.toml` manifest of a specific directory
cargo locate-project --manifest-path path/to/Cargo.tomlmade by @shridhargupta | data from tldr-pages