mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-01 07:32:01 +00:00
Remove cargo feature
This commit is contained in:
@@ -13,7 +13,7 @@ edition = '2021'
|
||||
rust-version = "1.70"
|
||||
|
||||
[features]
|
||||
default = ["application", "detect-color-scheme"]
|
||||
default = ["application"]
|
||||
# Feature required for bat the application. Should be disabled when depending on
|
||||
# bat as a library.
|
||||
application = [
|
||||
@@ -35,7 +35,6 @@ git = ["git2"] # Support indicating git modifications
|
||||
paging = ["shell-words", "grep-cli"] # Support applying a pager on the output
|
||||
lessopen = ["run_script", "os_str_bytes"] # Support $LESSOPEN preprocessor
|
||||
build-assets = ["syntect/yaml-load", "syntect/plist-load", "regex", "walkdir"]
|
||||
detect-color-scheme = ["dep:terminal-colorsaurus"]
|
||||
|
||||
# You need to use one of these if you depend on bat as a library:
|
||||
regex-onig = ["syntect/regex-onig"] # Use the "oniguruma" regex engine
|
||||
@@ -69,7 +68,7 @@ bytesize = { version = "1.3.0" }
|
||||
encoding_rs = "0.8.34"
|
||||
os_str_bytes = { version = "~7.0", optional = true }
|
||||
run_script = { version = "^0.10.1", optional = true}
|
||||
terminal-colorsaurus = { version = "0.4", optional = true }
|
||||
terminal-colorsaurus = "0.4"
|
||||
|
||||
[dependencies.git2]
|
||||
version = "0.18"
|
||||
|
||||
Reference in New Issue
Block a user