[package]
edition = "2018"
name = "vitallocator"
version = "0.1.1"
authors = ["Martin Larralde <martin.larralde@ens-cachan.fr>"]
description = "A Rust allocator interface to the PS Vita kernel allocator"
readme = "README.md"
keywords = ["ps-vita", "allocator"]
categories = ["no-std", "memory-management", "hardware-support"]
license = "MIT"
repository = "https://github.com/vita-rust/vitallocator"
[package.metadata.docs.rs]
features = ["psp2-sys/dox"]
[dependencies.psp2-sys]
version = "^0.2"
[badges.codecov]
repository = "vita-rust/vitallocator"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "vita-rust/vitallocator"