[package]
edition = "2018"
name = "pebble-sys"
version = "0.0.1"
authors = ["Tamme Schichler <tamme@schichler.dev>"]
include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", "thumbv7m-pebble-eabi.json"]
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for Pebble (watch) SDK 4.3"
homepage = "https://github.com/Tamschi/pebble-sys/tree/v0.0.1"
documentation = "https://docs.rs/pebble-sys/0.0.1"
readme = "README.md"
keywords = ["Pebble", "watch", "embedded", "FFI", "bindings"]
categories = ["hardware-support"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tamschi/pebble-sys"
[lib]
name = "pebble_sys"
test = false
doctest = false
bench = false
[badges.is-it-maintained-issue-resolution]
repository = "Tamschi/pebble-sys"
[badges.is-it-maintained-open-issues]
repository = "Tamschi/pebble-sys"
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
branch = "unstable"
repository = "Tamschi/pebble-sys"