scte35/Cargo.toml

13 lines
246 B
TOML
Raw Normal View History

2022-04-23 22:05:28 +00:00
[package]
name = "scte35"
authors = ["Rafael Caricio <rafael@caricio.com>"]
2022-04-23 22:10:14 +00:00
description = "SCTE-35 2022 parser and library"
2022-04-23 22:05:28 +00:00
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
base64 = "0.13.0"
2022-04-23 22:05:28 +00:00
bitstream-io = "1.3.0"
crc = "3.0.0"