Codebase list rust-stfu8 / 2d6c36b
bat: disable more stuff Sylvestre Ledru 3 years ago
2 changed file(s) with 94 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Package bat 0.16.0 from crates.io using debcargo 2.4.2
44
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Oct 2020 12:38:23 +0200
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Oct 2020 13:18:32 +0200
66
77 rust-bat (0.12.1-2) unstable; urgency=medium
88
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -113,7 +113,7 @@ version = "2.33"
4 @@ -34,12 +34,12 @@ version = "^0.12.1"
5
6 [dependencies.atty]
7 version = "0.2.14"
8 -optional = true
9 +#optional = true
10
11 [dependencies.clap]
12 version = "2.33"
13 features = ["suggestions", "color", "wrap_help"]
14 -optional = true
15 +#optional = true
16 default-features = false
17
18 [dependencies.console]
19 @@ -50,7 +50,7 @@ version = "0.2.4"
20
21 [dependencies.dirs]
22 version = "3.0"
23 -optional = true
24 +#optional = true
25
26 [dependencies.encoding]
27 version = "0.2"
28 @@ -61,7 +61,7 @@ default-features = false
29
30 [dependencies.git2]
31 version = "0.11"
32 -optional = true
33 +#optional = true
34 default-features = false
35
36 [dependencies.globset]
37 @@ -69,11 +69,11 @@ version = "0.4"
38
39 [dependencies.lazy_static]
40 version = "1.4"
41 -optional = true
42 +#optional = true
43
44 -[dependencies.path_abs]
45 -version = "0.5"
46 -default-features = false
47 +#[dependencies.path_abs]
48 +#version = "0.5"
49 +#default-features = false
50
51 [dependencies.semver]
52 version = "0.11"
53 @@ -87,19 +87,19 @@ version = "0.8"
54
55 [dependencies.shell-words]
56 version = "1.0.0"
57 -optional = true
58 +#optional = true
59
60 -[dependencies.syntect]
61 -version = "4.4.0"
62 -features = ["parsing", "yaml-load", "dump-load", "dump-create"]
63 -default-features = false
64 +#[dependencies.syntect]
65 +#version = "4.4.0"
66 +#features = ["parsing", "yaml-load", "dump-load", "dump-create"]
67 +#default-features = false
68
69 [dependencies.unicode-width]
70 version = "0.1.8"
71
72 -[dependencies.wild]
73 -version = "2.0"
74 -optional = true
75 +#[dependencies.wild]
76 +#version = "2.0"
77 +#optional = true
78 [dev-dependencies.assert_cmd]
79 version = "1.0.1"
80
81 @@ -112,10 +112,11 @@ version = "0.3"
82 version = "2.33"
583 optional = true
684
7 [features]
85 -[features]
886 -application = ["atty", "clap", "dirs", "git", "lazy_static", "paging", "wild", "regex-onig"]
9 +application = ["atty", "clap", "dirs", "git", "lazy_static", "paging"] #, "wild", "regex-onig"]
10 default = ["application"]
11 git = ["git2"]
12 paging = ["shell-words"]
87 -default = ["application"]
88 -git = ["git2"]
89 -paging = ["shell-words"]
90 -regex-fancy = ["syntect/regex-fancy"]
91 -regex-onig = ["syntect/regex-onig"]
92 +#[features]
93 +#application = ["atty", "clap", "dirs", "git", "lazy_static", "paging"]
94 +#, "wild", "regex-onig"]
95 +#default = ["application"]
96 +#git = ["git2"]
97 +#paging = ["shell-words"]
98 +#regex-fancy = ["syntect/regex-fancy"]
99 +#regex-onig = ["syntect/regex-onig"]