talw-timecode 0.1.0

SMPTE timecode arithmetic — parse, format, convert, drop-frame
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "talw-timecode"
version = "0.1.0"
authors = ["Talmage Williams <talmage2004@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SMPTE timecode arithmetic — parse, format, convert, drop-frame"
homepage = "https://github.com/talmagew/talw-timecode"
readme = false
keywords = [
    "timecode",
    "smpte",
    "drop-frame",
    "video",
    "film",
]
categories = [
    "multimedia::video",
    "no-std",
]
license = "MIT"
repository = "https://github.com/talmagew/talw-timecode"

[features]
default = ["std"]
std = []

[lib]
name = "talw_timecode"
path = "src/lib.rs"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"