@@ -56,6 +56,7 @@ libmount-sys = "0.1.1"
5656linux-raw-sys = { version = " 0.10.0" , features = [" ioctl" ] }
5757md-5 = " 0.10.6"
5858nix = { version = " 0.30" , default-features = false }
59+ parse_datetime = " 0.11.0"
5960phf = " 0.12.0"
6061phf_codegen = " 0.12.1"
6162rand = { version = " 0.9.0" , features = [" small_rng" ] }
@@ -71,21 +72,21 @@ textwrap = { version = "0.16.0", features = ["terminal_size"] }
7172thiserror = " 2.0"
7273uucore = " 0.1.0"
7374uuid = { version = " 1.16.0" , features = [" rng-rand" ] }
75+ uutests = " 0.1.0"
7476windows = { version = " 0.61.1" }
7577xattr = " 1.3.1"
76- parse_datetime = " 0.11.0"
7778
7879[dependencies ]
7980clap = { workspace = true }
8081clap_complete = { workspace = true }
8182clap_mangen = { workspace = true }
8283dns-lookup = { workspace = true }
84+ parse_datetime = {workspace = true }
8385phf = { workspace = true }
8486serde = { workspace = true }
8587serde_json = { workspace = true }
8688textwrap = { workspace = true }
8789uucore = { workspace = true }
88- parse_datetime = {workspace = true }
8990
9091#
9192blockdev = { optional = true , version = " 0.0.1" , package = " uu_blockdev" , path = " src/uu/blockdev" }
@@ -107,13 +108,15 @@ setsid = { optional = true, version = "0.0.1", package = "uu_setsid", path ="src
107108uuidgen = { optional = true , version = " 0.0.1" , package = " uu_uuidgen" , path =" src/uu/uuidgen" }
108109
109110[dev-dependencies ]
111+ ctor = " 0.4.1"
110112# dmesg test require fixed-boot-time feature turned on.
111113dmesg = { version = " 0.0.1" , package = " uu_dmesg" , path = " src/uu/dmesg" , features = [" fixed-boot-time" ] }
112114libc = { workspace = true }
113115pretty_assertions = " 1"
114116rand = { workspace = true }
115117regex = { workspace = true }
116118tempfile = { workspace = true }
119+ uutests = { workspace = true }
117120uucore = { workspace = true , features = [" entries" , " process" , " signals" ] }
118121uuid = { workspace = true }
119122
0 commit comments