# 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 = "docufort" version = "0.5.1" description = "A toolbox for the docufort crash fault-tolerant append only file format." readme = "README.md" keywords = [ "append-only-file", "crash-recovery", "file", ] categories = [ "filesystem", "data-structures", "encoding", ] license = "MIT" repository = "https://github.com/ThinkingJoules/docufort" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.reed-solomon] version = "0.2.1" [dev-dependencies.blake3] version = "1.5.1" [dev-dependencies.zstd] version = "0.12.4" [features] default = ["ecc_len_4"] ecc_len_16 = [] ecc_len_2 = [] ecc_len_32 = [] ecc_len_4 = [] ecc_len_6 = [] ecc_len_8 = [] parallel = ["rayon"]