# 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] name = "psp2-sys" version = "0.2.2" authors = ["Martin Larralde "] exclude = ["ci/travis/setup.sh", "Makefile.toml"] description = "Unsafe Rust FFI bindings to the psp2 headers" readme = "README.md" keywords = ["ps-vita", "psp2"] categories = ["no-std", "external-ffi-bindings", "os", "hardware-support"] license = "MIT" repository = "https://github.com/vita-rust/psp2-sys" [package.metadata.docs.rs] features = ["dox"] [lib] name = "psp2_sys" path = "src/lib.rs" [features] default = [] dox = [] unsafe = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vita-rust/psp2-sys"