cargo-binstall/crates/binstalk-manifests/src
Jiahao XU 7dea40a99a
Support --registry and more options from .cargo/config.toml (#1195)
Fixed #885

Now we can take advantage of new argument `--registry` and
env overrides:
 - `CARGO_REGISTRIES_DEFAULT` if `--registry` is not specified
 - `CARGO_REGISTRIES_{registry_name}_INDEX` for the registry index url

We can also read from `.cargo/config.toml` for:
 - default registry and registries configurations
 - additional CA bundle `http.cainfo`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-07-10 03:37:41 +00:00
..
cargo_crates_v1 Improve fmt::Display impl for all Error types (#781) 2023-02-10 14:01:22 +11:00
binstall_crates_v1.rs Improve fmt::Display impl for all Error types (#781) 2023-02-10 14:01:22 +11:00
cargo_config.rs Support --registry and more options from .cargo/config.toml (#1195) 2023-07-10 03:37:41 +00:00
cargo_crates_v1.rs feat: pretty print .crates.toml manifest to match cargo behaviour (#984) 2023-04-11 00:48:01 +10:00
helpers.rs Minor Optimization and fix for bintalk-manifests (#643) 2023-01-04 00:37:01 +00:00
lib.rs Use install.root in $CARGO_HOME/config.toml (#884) 2023-03-16 11:53:12 +11:00