12 lines
246 B
TOML
12 lines
246 B
TOML
[package]
|
|
name = "scte35"
|
|
authors = ["Rafael Caricio <rafael@caricio.com>"]
|
|
description = "SCTE-35 2022 parser and library"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
base64 = "0.13.0"
|
|
bitstream-io = "1.3.0"
|
|
crc = "3.0.0"
|