# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "dotslash" version = "0.4.3" authors = [ "Michael Bolin ", "Andres Suarez ", ] build = false include = [ "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool to facilitate fetching an executable, caching it, and then running it." homepage = "https://dotslash-cli.com" readme = "README.md" keywords = ["cli"] license = "MIT OR Apache-2.0" repository = "https://github.com/facebook/dotslash" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "dotslash" path = "src/main.rs" [[test]] name = "dotslash_tests_rs" path = "tests/dotslash_tests.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.blake3] version = "=1.5.0" features = ["traits-preview"] [dependencies.dirs] version = "2.0" [dependencies.dunce] version = "1.0.2" [dependencies.filetime] version = "0.2.9" [dependencies.flate2] version = "1.0.33" features = ["rust_backend"] default-features = false [dependencies.fs2] version = "0.4" [dependencies.serde] version = "1.0.185" features = [ "derive", "rc", ] [dependencies.serde_jsonrc] version = "0.1" [dependencies.sha2] version = "0.10.6" [dependencies.tar] version = "0.4.42" [dependencies.tempfile] version = "3.8" [dependencies.thiserror] version = "1.0.64" [dependencies.xz2] version = "0.1.7" features = ["static"] [dependencies.zip] version = "0.6.6" features = ["deflate"] default-features = false [dependencies.zstd] version = "0.13" features = [ "experimental", "zstdmt", ] [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.buck-resources] version = "1" [dev-dependencies.snapbox] version = "0.4.16" features = [ "color-auto", "diff", ] default-features = false [target.'cfg(target_os = "linux")'.dependencies.nix] version = "0.25" [target.'cfg(target_os = "macos")'.dependencies.nix] version = "0.25" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fbcode_build)"]