# 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.63" name = "fsblobstore" version = "0.0.5" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "datastore", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A file-system backed blob storage abstraction." readme = "README.md" keywords = [ "blob", "datastore", ] categories = ["filesystem"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/fsblobstore" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "fsblobstore" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.idbag] version = "0.2.0" [dependencies.recstrm] version = "0.0.1" optional = true [dependencies.sha2] version = "0.10.8" [dependencies.tmpfile] version = "0.0.3" [dependencies.walkdir] version = "2.5.0" optional = true [dev-dependencies.rand] version = "0.8.5" [features] enumerate = [ "dep:recstrm", "dep:walkdir", ] get-fname = [] mkbasedir = [] [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