Registry / build-tool / metadeps

metadeps

JSON →
library1.1.2rscratesunverified

Runs pkg-config from declarative dependencies specified in Cargo.toml metadata.

# Cargo.toml [dependencies] metadeps = "1.1.2"
INSTALL
IMPORT
SIG · METADEPS
M
metadeps
build-toolrustv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

probe
use metadeps::probe;

Probe for system libraries declared in Cargo.toml metadata.

use metadeps::probe; probe().unwrap();
Debug
Known issues
gotchaRequires pkg-config to be installed on the system.
fix
Install pkg-config via your package manager (e.g., apt install pkg-config).
affects: >=1.0.0
Upgrade
Version history
1.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
metadeps — cargo add metadeps · libregistry