[package]
name = "sysadmin-bindings"
version = "0.0.3"
authors = ["StarryInternet Open Source <oss@starry.com>"]
exclude = ["sysadmin-api/README.md"]
include = ["build.rs", "src/*.rs", "src/sysadminctl.proto", "README.md", "Cargo.toml"]
description = "Rust bindings for StarryInternet/sysadmin. Sysadmin is an embedded database and system configuration tool"
homepage = "https://github.com/StarryInternet/sysadmin"
readme = "README.md"
keywords = ["sysadmin", "StarryInternet"]
license = "Apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/StarryInternet/sysadmin"
[dependencies.bytes]
version = "0.4.*"
[dependencies.bufstream]
version = "0.1.3"
[dependencies.byteorder]
version = "1.1.0"
[dependencies.protobuf]
version = "1.4.2"
[build-dependencies.protoc-rust]
version = "1.4"