# 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" name = "sapling-util" version = "0.1.0" authors = ["Meta Source Control Team "] description = "Misc utilities used by Sapling." homepage = "https://sapling-scm.com/" license = "MIT" repository = "https://github.com/facebook/sapling" [lib] name = "util" [dependencies.anyhow] version = "1.0.86" [dependencies.dirs] version = "2.0" [dependencies.fn-error-context] version = "0.2" [dependencies.fs2] version = "0.4" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.sapling-atomicfile] version = "0.1.0" [dependencies.sapling-lazystr] version = "0.1.0" [dependencies.sapling-rewrite-macros] version = "0.1.0" [dependencies.shell-escape] version = "0.1.5" [dependencies.shellexpand] version = "2.1.2" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.memmap2] version = "0.5.10" [dev-dependencies.tempfile] version = "3.8" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.139" [target."cfg(target_os = \"linux\")".dependencies.once_cell] version = "1.12" [target."cfg(target_os = \"linux\")".dependencies.tempfile] version = "3.8" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2.139" [target."cfg(target_os = \"macos\")".dependencies.once_cell] version = "1.12" [target."cfg(target_os = \"macos\")".dependencies.tempfile] version = "3.8" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "1.0.2" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "fileapi", "handleapi", "winbase", "winnt", ] [target."cfg(target_os = \"windows\")".dev-dependencies.tempfile] version = "3.8"