33[package ]
44name = " dotslash"
55version = " 0.4.1"
6- authors = [
" Michael Bolin <[email protected] >" ,
" Andres Suarez <[email protected] >" ]
6+ authors = [
7+ " Michael Bolin <[email protected] >" ,
8+ " Andres Suarez <[email protected] >" ,
9+ ]
710edition = " 2021"
811rust-version = " 1.75"
912description = " Command-line tool to facilitate fetching an executable, caching it, and then running it."
@@ -12,7 +15,13 @@ homepage = "https://dotslash-cli.com"
1215repository = " https://github.com/facebook/dotslash"
1316license = " MIT OR Apache-2.0"
1417keywords = [" cli" ]
15- include = [" /LICENSE-APACHE" , " /LICENSE-MIT" , " /README.md" , " /src/**" , " /tests/**" ]
18+ include = [
19+ " /LICENSE-APACHE" ,
20+ " /LICENSE-MIT" ,
21+ " /README.md" ,
22+ " /src/**" ,
23+ " /tests/**" ,
24+ ]
1625
1726[[test ]]
1827name = " dotslash_tests_rs"
@@ -24,12 +33,14 @@ blake3 = { version = "=1.5.0", features = ["traits-preview"] }
2433dirs = " 2.0"
2534dunce = " 1.0.2"
2635filetime = " 0.2.9"
27- flate2 = { version = " 1.0.33" , features = [" rust_backend" ], default-features = false }
36+ flate2 = { version = " 1.0.33" , features = [
37+ " rust_backend" ,
38+ ], default-features = false }
2839fs2 = " 0.4"
2940serde = { version = " 1.0.185" , features = [" derive" , " rc" ] }
3041serde_jsonrc = " 0.1"
3142sha2 = " 0.10.6"
32- tar = " 0.4.40 "
43+ binstall- tar = " 0.4.39 "
3344tempfile = " 3.8"
3445thiserror = " 1.0.49"
3546xz2 = { version = " 0.1.7" , features = [" static" ] }
@@ -39,7 +50,10 @@ zstd = { version = "0.13", features = ["experimental", "zstdmt"] }
3950[dev-dependencies ]
4051assert_matches = " 1.5"
4152buck-resources = " 1"
42- snapbox = { version = " 0.4.16" , features = [" color-auto" , " diff" ], default-features = false }
53+ snapbox = { version = " 0.4.16" , features = [
54+ " color-auto" ,
55+ " diff" ,
56+ ], default-features = false }
4357
4458[target .'cfg(target_os = "linux")' .dependencies ]
4559nix = " 0.25"
0 commit comments