[package]
name = "timecode"
version = "0.2.0"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com"]
description = """
library to manipulate timecode
"""
repository = "https://github.com/MarcAntoine-Arnaud/rs_timecode"
documentation = "https://github.com/MarcAntoine-Arnaud/rs_timecode/blob/master/README.md"
readme = "README.md"
categories = ["encoding"]
keywords = ["timecode", "SMPTE"]
license = "MIT"
edition = "2018"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
nalgebra = "0.16.8"
alga = "0.7.2"