# 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" rust-version = "1.71.1" name = "cea708-types" version = "0.3.4" authors = ["Matthew Waters "] description = "Closed Caption 708 types, parser and serializer" documentation = "https://docs.rs/cea708-types" readme = "README.md" keywords = [ "multimedia", "captions", ] categories = ["multimedia::encoding"] license = "MIT" repository = "https://github.com/ystreet/cea708-types" [dependencies.log] version = "0.4" [dependencies.muldiv] version = "1" [dependencies.once_cell] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.11"