# 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.56" name = "tmpfile" version = "0.0.3" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A temporary file writer with an option to persist." readme = "README.md" keywords = [ "tmpfile", "tempfile", ] categories = ["filesystem"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/tmpfile" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "tmpfile" path = "src/lib.rs" [dependencies.swctx] version = "0.3.0" optional = true [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha2] version = "0.10.8" [features] defer-persist = ["dep:swctx"] [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1