# 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 = "walnut" version = "0.1.5" authors = ["Peter Mezei "] description = """ # Walnut File Systwm Experimental file system with inode level encryption.""" homepage = "https://github.com/mezeipetister/walnut" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/mezeipetister/walnut" [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.3.3" [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.crc32fast] version = "1.2.0" [dependencies.memmap2] version = "0.9.0" [dependencies.serde] version = "1.0" features = ["derive"]