File tree 14 files changed +39
-30
lines changed
cargo-credential-1password
cargo-credential-libsecret
cargo-credential-macos-keychain
14 files changed +39
-30
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ exclude = [
14
14
rust-version = " 1.73" # MSRV:1
15
15
edition = " 2021"
16
16
license = " MIT OR Apache-2.0"
17
+ homepage = " https://github.com/rust-lang/cargo"
18
+ repository = " https://github.com/rust-lang/cargo"
17
19
18
20
[workspace .dependencies ]
19
21
anstream = " 0.6.5"
@@ -126,8 +128,8 @@ version = "0.77.0"
126
128
edition.workspace = true
127
129
license.workspace = true
128
130
rust-version.workspace = true
129
- homepage = " https://crates.io "
130
- repository = " https://github.com/rust-lang/cargo "
131
+ homepage = " https://doc.rust-lang.org/cargo/index.html "
132
+ repository.workspace = true
131
133
documentation = " https://docs.rs/cargo"
132
134
description = """
133
135
Cargo, a package manager for Rust.
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version = "0.1.7"
4
4
edition.workspace = true
5
5
license.workspace = true
6
6
rust-version = " 1.70.0" # MSRV:3
7
- homepage = " https://github.com/rust-lang/cargo "
8
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage.workspace = true
8
+ repository.workspace = true
9
9
documentation = " https://docs.rs/cargo-platform"
10
10
description = " Cargo's representation of a target platform."
11
11
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version = "0.1.0"
4
4
rust-version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
7
- homepage = " https://github.com/rust-lang/cargo "
8
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage.workspace = true
8
+ repository.workspace = true
9
9
documentation = " https://github.com/rust-lang/cargo"
10
10
description = " Helper proc-macro for Cargo's testsuite."
11
11
publish = false
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-util-schemas"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
rust-version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
7
- homepage = " https://github.com/rust-lang/cargo "
8
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage.workspace = true
8
+ repository.workspace = true
9
9
description = " Deserialization schemas for Cargo"
10
10
11
11
[dependencies ]
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version = "0.2.9"
4
4
rust-version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
7
- homepage = " https://github.com/rust-lang/cargo "
8
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage.workspace = true
8
+ repository.workspace = true
9
9
description = " Miscellaneous support code used by Cargo."
10
10
11
11
[dependencies ]
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ version = "0.39.2"
4
4
rust-version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
7
- repository = " https://github.com/rust-lang/cargo"
7
+ homepage.workspace = true
8
+ repository.workspace = true
8
9
description = """
9
10
Helpers for interacting with crates.io
10
11
"""
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " home"
3
- version = " 0.5.9 "
3
+ version = " 0.5.10 "
4
4
authors = [
" Brian Anderson <[email protected] >" ]
5
5
rust-version = " 1.70.0" # MSRV:3
6
6
documentation = " https://docs.rs/home"
@@ -13,7 +13,8 @@ include = [
13
13
" /README.md" ,
14
14
]
15
15
license.workspace = true
16
- repository = " https://github.com/rust-lang/cargo"
16
+ homepage.workspace = true
17
+ repository.workspace = true
17
18
description = " Shared definitions of home directories."
18
19
19
20
[target .'cfg(windows)' .dependencies ]
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ authors = [
8
8
rust-version = " 1.70.0" # MSRV:3
9
9
edition.workspace = true
10
10
license.workspace = true
11
- homepage = " https://github.com/rust-lang/cargo "
12
- repository = " https://github.com/rust-lang/cargo "
11
+ homepage.workspace = true
12
+ repository.workspace = true
13
13
description = " Automatically apply the suggestions made by rustc"
14
14
documentation = " https://docs.rs/rustfix"
15
15
exclude = [
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-1password"
3
- version = " 0.4.2"
3
+ version = " 0.4.3"
4
+ rust-version = " 1.70.0" # MSRV:3
4
5
edition.workspace = true
5
6
license.workspace = true
6
- rust-version = " 1.70.0 " # MSRV:3
7
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage.workspace = true
8
+ repository.workspace = true
8
9
description = " A Cargo credential process that stores tokens in a 1password vault."
9
10
10
11
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-libsecret"
3
3
version = " 0.4.2"
4
+ rust-version.workspace = true
4
5
edition.workspace = true
5
6
license.workspace = true
6
- rust-version .workspace = true
7
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage .workspace = true
8
+ repository.workspace = true
8
9
description = " A Cargo credential process that stores tokens with GNOME libsecret."
9
10
10
11
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-macos-keychain"
3
3
version = " 0.4.2"
4
+ rust-version.workspace = true
4
5
edition.workspace = true
5
6
license.workspace = true
6
- rust-version .workspace = true
7
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage .workspace = true
8
+ repository.workspace = true
8
9
description = " A Cargo credential process that stores tokens in a macOS keychain."
9
10
10
11
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-wincred"
3
3
version = " 0.4.2"
4
+ rust-version.workspace = true
4
5
edition.workspace = true
5
6
license.workspace = true
6
- rust-version .workspace = true
7
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage .workspace = true
8
+ repository.workspace = true
8
9
description = " A Cargo credential process that stores tokens with Windows Credential Manager."
9
10
10
11
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential"
3
3
version = " 0.4.2"
4
+ rust-version = " 1.70.0" # MSRV:3
4
5
edition.workspace = true
5
6
license.workspace = true
6
- rust-version = " 1.70.0 " # MSRV:3
7
- repository = " https://github.com/rust-lang/cargo "
7
+ homepage.workspace = true
8
+ repository.workspace = true
8
9
description = " A library to assist writing Cargo credential helpers."
9
10
10
11
[dependencies ]
You can’t perform that action at this time.
0 commit comments