# 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 = "cache-fs" version = "0.1.0" authors = ["moparisthebest "] include = [ "**/*.rs", "Cargo.toml", "*.md", ] description = "caching fs to use over immutable network filesystems" readme = "README.md" keywords = [ "cache", "filesystem", "nfs", ] license = "AGPL-3.0-or-later" repository = "https://code.moparisthebest.com/moparisthebest/cache-fs" resolver = "2" [dependencies.bincode] version = "1.3" [dependencies.env_logger] version = "0.6" [dependencies.fuser] version = "0.11" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"]