sysadmin-bindings 1.0.0

Rust bindings for StarryInternet/sysadmin. Sysadmin is an embedded database and system configuration tool
Documentation
[package]
name = "sysadmin-bindings"
# The version will eventually match StarryInternet/sysadmin
# but since crates.io bakes in the concept of semantic versioning
# we don't want to go to 1.0 until we have the api finalized
# http://doc.crates.io/manifest.html#the-version-field
# https://github.com/StarryInternet/sysadmin
version = "1.0.0"
authors = ["Starry Inc <oss@starry.com>"]
include = [
    "build.rs",
    "src/*.rs",
    "src/sysadminctl.proto",
    "README.md",
    "Cargo.toml",
]
exclude = ["sysadmin-api/README.md"]
license-file = "LICENSE"
readme = "README.md"
keywords = ["sysadmin", "StarryInternet"]
license = "Apache-2.0"
description = "Rust bindings for StarryInternet/sysadmin. Sysadmin is an embedded database and system configuration tool"
homepage = "https://github.com/StarryInternet/sysadmin"
repository = "https://github.com/StarryInternet/sysadmin"
build = "build.rs"


[dependencies]
protobuf = "1.4.2"
bufstream = "0.1.3"
bytes = "0.4.*"
byteorder = "1.1.0"
serde_derive = "1.0.*"
serde = "1.0.*"
serde_json = "1.0.*"

[dependencies.error-chain]
version = "0.11.0"
default-features = false

[build-dependencies]
protoc-rust = "1.4"