|
1 | 1 | [workspace.package]
|
2 |
| -authors = [ "o2sh <[email protected]>"] |
3 |
| -edition = "2021" |
4 |
| -license = "MIT" |
5 |
| -version = "2.23.1" |
6 |
| -repository = "https://github.com/o2sh/onefetch" |
| 2 | + authors = [ "o2sh <[email protected]>" ] |
| 3 | + edition = "2021" |
| 4 | + license = "MIT" |
| 5 | + repository = "https://github.com/o2sh/onefetch" |
| 6 | + version = "2.23.1" |
7 | 7 |
|
8 | 8 | [workspace]
|
9 |
| -members = ["ascii", "image", "manifest"] |
| 9 | + members = [ "ascii", "image", "manifest" ] |
10 | 10 |
|
11 |
| -[workspace.dependencies] |
12 |
| -owo-colors = "4.1.0" |
13 |
| -anyhow = "1.0" |
14 |
| -clap = { version = "4.5.26", features = ["derive"] } |
15 |
| -image = { version = "0.25.5", default-features = false, features = [ |
16 |
| - "color_quant", |
17 |
| - "jpeg", |
18 |
| - "png", |
19 |
| - "webp", |
20 |
| -] } |
21 |
| -strum = { version = "0.26.3", features = ["derive"] } |
| 11 | + [workspace.dependencies] |
| 12 | + anyhow = "1.0" |
| 13 | + clap = { version = "4.5.26", features = [ "derive" ] } |
| 14 | + image = { version = "0.25.5", default-features = false, features = [ |
| 15 | + "color_quant", |
| 16 | + "jpeg", |
| 17 | + "png", |
| 18 | + "webp", |
| 19 | + ] } |
| 20 | + owo-colors = "4.1.0" |
| 21 | + strum = { version = "0.26.3", features = [ "derive" ] } |
22 | 22 |
|
23 | 23 | [package]
|
24 |
| -authors.workspace = true |
25 |
| -edition.workspace = true |
26 |
| -version.workspace = true |
27 |
| -license.workspace = true |
28 |
| -repository.workspace = true |
29 |
| -categories = ["command-line-utilities"] |
30 |
| -description = "Command-line Git information tool" |
31 |
| -exclude = ["docs/vercel/*"] |
32 |
| -keywords = ["git", "cli", "terminal"] |
33 |
| -name = "onefetch" |
34 |
| -homepage = "https://onefetch.dev" |
35 |
| -rust-version = "1.81.0" |
| 24 | + authors.workspace = true |
| 25 | + categories = [ "command-line-utilities" ] |
| 26 | + description = "Command-line Git information tool" |
| 27 | + edition.workspace = true |
| 28 | + exclude = [ "docs/vercel/*" ] |
| 29 | + homepage = "https://onefetch.dev" |
| 30 | + keywords = [ "cli", "git", "terminal" ] |
| 31 | + license.workspace = true |
| 32 | + name = "onefetch" |
| 33 | + repository.workspace = true |
| 34 | + rust-version = "1.81.0" |
| 35 | + version.workspace = true |
36 | 36 |
|
37 | 37 | [dependencies]
|
38 |
| -anyhow.workspace = true |
39 |
| -askalono = "0.5.0" |
40 |
| -byte-unit = "5.1.6" |
41 |
| -clap.workspace = true |
42 |
| -clap_complete = "4.5.42" |
43 |
| -crossbeam-channel = "0.5.14" |
44 |
| -gix = { version = "0.70.0", default-features = false, features = [ |
45 |
| - "max-performance-safe", |
| 38 | + anyhow.workspace = true |
| 39 | + askalono = "0.5.0" |
| 40 | + byte-unit = "5.1.6" |
| 41 | + clap.workspace = true |
| 42 | + clap_complete = "4.5.42" |
| 43 | + crossbeam-channel = "0.5.14" |
| 44 | + gix = { version = "0.70.0", default-features = false, features = [ |
46 | 45 | "blob-diff",
|
47 |
| - "mailmap", |
48 | 46 | "index",
|
| 47 | + "mailmap", |
| 48 | + "max-performance-safe", |
49 | 49 | "status",
|
50 |
| -] } |
51 |
| -gix-features = { version = "0.40.0", features = ["zlib-ng"] } |
52 |
| -globset = "0.4.15" |
53 |
| -human-panic = "2.0.2" |
54 |
| -image.workspace = true |
55 |
| -num-format = "0.4.4" |
56 |
| -onefetch-ascii = { path = "ascii", version = "2.19.0" } |
57 |
| -onefetch-image = { path = "image", version = "2.19.0" } |
58 |
| -onefetch-manifest = { path = "manifest", version = "2.19.0" } |
59 |
| -owo-colors.workspace = true |
60 |
| -regex = "1.11.1" |
61 |
| -serde = "1.0" |
62 |
| -serde_json = "1.0" |
63 |
| -serde_yaml = "0.9.34" |
64 |
| -# TODO With the new value parsers, we're really close to being able to eliminate |
65 |
| -# the strum dependency |
66 |
| -strum.workspace = true |
67 |
| -time = { version = "0.3.37", features = ["formatting"] } |
68 |
| -time-humanize = { version = "0.1.3", features = ["time"] } |
69 |
| -tokei = "13.0.0-alpha.8" |
70 |
| -typetag = "0.2" |
| 50 | + ] } |
| 51 | + gix-features = { version = "0.40.0", features = [ "zlib-ng" ] } |
| 52 | + globset = "0.4.15" |
| 53 | + human-panic = "2.0.2" |
| 54 | + image.workspace = true |
| 55 | + num-format = "0.4.4" |
| 56 | + onefetch-ascii = { path = "ascii", version = "2.19.0" } |
| 57 | + onefetch-image = { path = "image", version = "2.19.0" } |
| 58 | + onefetch-manifest = { path = "manifest", version = "2.19.0" } |
| 59 | + owo-colors.workspace = true |
| 60 | + regex = "1.11.1" |
| 61 | + serde = "1.0" |
| 62 | + serde_json = "1.0" |
| 63 | + serde_yaml = "0.9.34" |
| 64 | + # TODO With the new value parsers, we're really close to being able to eliminate |
| 65 | + # the strum dependency |
| 66 | + strum.workspace = true |
| 67 | + time = { version = "0.3.37", features = [ "formatting" ] } |
| 68 | + time-humanize = { version = "0.1.3", features = [ "time" ] } |
| 69 | + tokei = "13.0.0-alpha.8" |
| 70 | + typetag = "0.2" |
71 | 71 |
|
72 | 72 | [dev-dependencies]
|
73 |
| -criterion = "0.5.1" |
74 |
| -gix-testtools = "0.15.0" |
75 |
| -insta = { version = "1.42.1", features = ["json", "redactions"] } |
76 |
| -rstest = "0.24.0" |
| 73 | + criterion = "0.5.1" |
| 74 | + gix-testtools = "0.15.0" |
| 75 | + insta = { version = "1.42.1", features = [ "json", "redactions" ] } |
| 76 | + rstest = "0.24.0" |
77 | 77 |
|
78 | 78 | [[bench]]
|
79 |
| -name = "repo" |
80 |
| -harness = false |
| 79 | + harness = false |
| 80 | + name = "repo" |
81 | 81 |
|
82 | 82 | [build-dependencies]
|
83 |
| -lazy_static = "1" |
84 |
| -regex = "1" |
85 |
| -serde_json = "1" |
86 |
| -serde_yaml = "0.9" |
87 |
| -tera = { version = "1", default-features = false } |
| 83 | + lazy_static = "1" |
| 84 | + regex = "1" |
| 85 | + serde_json = "1" |
| 86 | + serde_yaml = "0.9" |
| 87 | + tera = { version = "1", default-features = false } |
88 | 88 |
|
89 | 89 | [target.'cfg(windows)'.build-dependencies]
|
90 |
| -winres = "0.1" |
| 90 | + winres = "0.1" |
91 | 91 |
|
92 | 92 | [target.'cfg(windows)'.dependencies]
|
93 |
| -enable-ansi-support = "0.2.1" |
| 93 | + enable-ansi-support = "0.2.1" |
94 | 94 |
|
95 | 95 | [features]
|
96 |
| -fail-on-deprecated = [] |
| 96 | + fail-on-deprecated = [ ] |
0 commit comments