# @generated by autocargo from //eden/scm/lib/atomicfile:atomicfile [package] name = "sapling-atomicfile" version = "0.1.0" authors = ["Meta Source Control Team "] edition = "2021" description = "Atomically write a file with retries." homepage = "https://sapling-scm.com/" repository = "https://github.com/facebook/sapling" license = "MIT" [lib] name = "atomicfile" [dependencies] tempfile = "3.8" tracing = { version = "0.1.40", features = ["attributes", "valuable"] }