# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gvfs" version = "0.1.2" authors = ["Simon Heath "] build = "build.rs" description = "A Rust crate providing a configurable virtual file system for game assets, a la PhysFS" homepage = "http://ggez.rs" documentation = "https://docs.rs/gvfs" readme = "README.md" keywords = ["filesystem", "game", "webassembly", "zip"] categories = ["filesystem", "game-engines"] license = "MIT / Apache-2.0" repository = "https://github.com/ggez/gvfs" [lib] name = "gvfs" path = "src/lib.rs" [dependencies.directories] version = "2" [dependencies.log] version = "0.4" [dependencies.zip] version = "0.5" default-features = false [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13" [features] [badges.maintenance] status = "experimental"