[package] name = "path-with-zip" version = "0.1.0" edition = "2021" license = "MIT" description = "A PathBuf-like struct for zip archive use." # homepage = "" documentation = "https://docs.rs/path-with-zip/latest/path_with_zip/" repository = "https://gitee.com/MiyakoMeow/path-with-zip" # readme = "" author = "MiyakoMeow" keywords = ["path", "zip"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zip = "0.6.3"