logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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}}

See Also