# 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 = "physfs-sys" version = "0.0.0" authors = ["AlexApps99 "] links = "physfs" description = "PhysicsFS is a library to provide abstract access to various archives." homepage = "https://icculus.org/physfs/" readme = "README.md" keywords = ["physfs", "physicsfs", "physics", "phys", "icculus"] categories = ["external-ffi-bindings", "filesystem", "game-development", "compression"] license = "Zlib" repository = "https://github.com/AlexApps99/physfs-rs" [build-dependencies.bindgen] version = "0.53.2" [build-dependencies.cmake] version = "0.1.42" [features] PHYSFS_ARCHIVE_7Z = [] PHYSFS_ARCHIVE_GRP = [] PHYSFS_ARCHIVE_HOG = [] PHYSFS_ARCHIVE_ISO9660 = [] PHYSFS_ARCHIVE_MVL = [] PHYSFS_ARCHIVE_QPAK = [] PHYSFS_ARCHIVE_SLB = [] PHYSFS_ARCHIVE_VDF = [] PHYSFS_ARCHIVE_WAD = [] PHYSFS_ARCHIVE_ZIP = [] default = ["PHYSFS_ARCHIVE_ZIP"]