Generate Cargo Package ID - Find Package Specifier | Online Free DevTools by Hexmos
Generate package identifiers with Cargo Pkgid. Get fully qualified package specifications for Rust projects and dependencies. Free online tool, no registration required.
cargo-pkgid
Print the fully qualified package ID specifier for a package or dependency in the current workspace. More information: https://doc.rust-lang.org/cargo/commands/cargo-pkgid.html.
- Print the fully qualified package specification for the current project:
cargo pkgid
- Print the fully qualified package specification for the specified package:
cargo pkgid {{partial_pkgspec}}
