cargo-api

Crates.iocargo-api
lib.rscargo-api
version0.1.1
sourcesrc
created_at2020-11-21 22:27:30.359365
updated_at2024-08-31 04:26:12.129175
descriptionElegant Rust API which wraps the cargo HTTP API
homepage
repositoryhttps://github.com/foresterre/cargo-api
max_upload_size
id314828
size51,886
Martijn Gribnau (foresterre)

documentation

README

cargo-api

Usage

Commands:
  crate  Print details for a specific crate
  help   Print this message or the help of the given subcommand(s)

Options:
      --manifest-path <PATH>     Path to Cargo.toml
      --user-agent <USER_AGENT>  
  -h, --help                     Print help
  -V, --version                  Print version

crate endpoint: cargo api crate <name>

Usage: cargo api --user-agent <USER_AGENT> crate <name>

crates.io policy

https://crates.io/data-access#api

Commit count: 0

cargo fmt