sbd 0.0.3

Read and write Iridium Short Burst Data (SBD) messages
Documentation
[package]
name = "sbd"
version = "0.0.3"
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
description = "Read and write Iridium Short Burst Data (SBD) messages"
repository = "https://github.com/gadomski/sbd-rs"
documentation = "http://gadomski.github.io/sbd-rs"
keywords = ["iridium", "sbd"]
readme = "README.md"
license = "MIT"

[dependencies]
byteorder = "0.3"
chrono = "0.2"
docopt = "0.6"
enum_primitive = "0.1"
glob = "0.2"
num = "0.1"
rustc-serialize = "0.3"
tempdir = "0.3"

[[bin]]
name = "sbd"
test = false
doc = false