6 Commits

Author SHA1 Message Date
Ed Page
5c87c14f9a docs: Declare support level for each crate in our Charter / docs
This is to bring us into conformance with the [Rust crate ownership
policy](https://forge.rust-lang.org/policies/crate-ownership.html).

Items of note
- `cargo-credential-1password` is declared as Experimental as it is
  intended for the community but I was unsure if we wanted to commit to
  full support for it.  In my mind, the ideal thing to do would be to
  expatriate this to 1password.
- `home` is declared as Internal despite its wide use within the
  ecosystem.
- `cargo-credential` is declared as Intentional as its an API intended
  for the wider ecosystem and I didn't see a reason to declare it
  experimental.
- `cargo-platform`, `cargo-util-schemas`, and `crates-io` are declared
  as Intentional as they are both used internally and intended for
  others to use for logic that integrates with cargo/registries.
  I wondered about these being Experimental or Internal instead.
2024-09-26 12:43:09 -05:00
Tobias Bieniek
2e095e509f
cargo-credential-1password: Add configuration instructions 2023-11-16 18:00:49 +01:00
Tobias Bieniek
9061a6104a
cargo-credential-1password: Use stable branch for docs link 2023-11-16 18:00:49 +01:00
Tobias Bieniek
a0555cfe15
cargo-credential-1password: Fix README 2023-11-16 18:00:49 +01:00
Arlo Siemsen
d345ca212f feat: stabilize credential-process and registry-auth 2023-09-16 22:40:45 -05:00
Eric Huss
afbca6baf8 Add READMEs for the credential helpers. 2023-06-29 11:54:41 -07:00