timecode 0.7.4

library to manipulate timecode
Documentation
[dependencies.frame-rate]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com", "Vincent Jousse <vincent.jousse@luminvent.com>"]
categories = ["encoding"]
description = """
library to manipulate timecode
"""
documentation = "https://docs.rs/timecode"
edition = "2021"
keywords = ["timecode", "SMPTE"]
license = "MIT"
name = "timecode"
readme = "README.md"
repository = "https://github.com/media-io/timecode"
version = "0.7.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-test]
version = "0.3"