timecode 0.1.4

library to parse binary timecode
Documentation
[package]
name = "timecode"
version = "0.1.4"
authors = ["Marc-Antoine Arnaud <marc.antoine@nomalab.com>"]
description = """
library to parse binary timecode
"""

repository = "https://github.com/MarcAntoine-Arnaud/rs_timecode"
documentation = "https://github.com/MarcAntoine-Arnaud/rs_timecode/blob/master/README.md"
readme = "README.md"

travis-ci = { repository = "https://travis-ci.org/MarcAntoine-Arnaud/rs_timecode", branch = "master" }

categories = ["encoding"]
keywords = ["timecode", "SMPTE"]
license = "MIT"

[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
nalgebra = "^0.12"
alga = "0.5.1"