[package] name = "shim-fs" version = "0.1.0" edition = "2021" authors = ["Max von Forell "] license = "MIT" readme = "README.md" repository = "https://git.sr.ht/~mvforell/shim-fs" description = "A drop-in replacement for std::fs::File that redirects all disk writes to memory." categories = ["filesystem", "wasm"] keywords = ["io", "shim"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] tempfile = "3.2"