gitextract_8jmx9lol/ ├── .github/ │ └── workflows/ │ └── rust.yml ├── .gitignore ├── CHANGELOG.md ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── LICENSE-ZLIB ├── README.md ├── fixtures/ │ └── optional_non_dev_dep/ │ ├── Cargo.toml │ └── src/ │ └── lib.rs └── src/ ├── api_client.rs ├── cli.rs ├── common.rs ├── crates_cache.rs ├── main.rs ├── publishers.rs └── subcommands/ ├── crates.rs ├── json.rs ├── json_schema.rs ├── mod.rs ├── publishers.rs └── update.rs