1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00

uucore: make glob dependence optional under the parser feature

This commit is contained in:
Dorian Peron 2025-04-04 18:48:48 +02:00
parent 9dd8d8ab0d
commit a3f770fbe8

View file

@ -29,7 +29,7 @@ number_prefix = { workspace = true }
dns-lookup = { workspace = true, optional = true } dns-lookup = { workspace = true, optional = true }
dunce = { version = "1.0.4", optional = true } dunce = { version = "1.0.4", optional = true }
wild = "2.2.1" wild = "2.2.1"
glob = { workspace = true } glob = { workspace = true, optional = true }
iana-time-zone = { workspace = true, optional = true } iana-time-zone = { workspace = true, optional = true }
itertools = { workspace = true, optional = true } itertools = { workspace = true, optional = true }
thiserror = { workspace = true, optional = true } thiserror = { workspace = true, optional = true }
@ -113,7 +113,7 @@ proc-info = ["tty", "walkdir"]
quoting-style = [] quoting-style = []
ranges = [] ranges = []
ringbuffer = [] ringbuffer = []
parser = ["extendedbigdecimal", "num-traits"] parser = ["extendedbigdecimal", "glob", "num-traits"]
signals = [] signals = []
sum = [ sum = [
"digest", "digest",