forked from vita-rust/psp2-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (27 loc) · 806 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "psp2-sys"
version = "0.2.2"
authors = [
"Martin Larralde <[email protected]>",
"Gabriel GRONDIN <[email protected]>"
]
edition = "2018"
license = "MIT"
description = "Unsafe Rust FFI bindings to the psp2 headers"
repository = "https://github.com/vita-rust/psp2-sys"
readme = "README.md"
keywords = ["psvita", "ps vita", "ps-vita", "psp2"]
categories = ["no-std", "external-ffi-bindings", "os", "hardware-support"]
exclude = ["ci/travis/setup.sh", "Makefile.toml"]
[package.metadata.docs.rs]
features = ["dox"]
[lib]
name = "psp2_sys"
path = "src/lib.rs"
[badges]
travis-ci = { repository = "vita-rust/psp2-sys" }
maintenance = { status = "actively-developed" }
[features]
default = []
unsafe = []
dox = []