# 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 = "ts-analyzer" version = "0.2.1" authors = ["Dominic Grimaldi "] description = "A simple library for analyzing packets in MPEG/Transport Stream files." documentation = "https://docs.rs/ts-analyzer" readme = "README.md" keywords = [ "mpeg", "parser", "transport", "stream", "video", ] categories = ["multimedia::video"] license = "MIT" repository = "https://github.com/GrimOutlook/ts-analyzer" [dependencies.bitvec] version = "1.0.1" [dependencies.log] version = "0.4.21" optional = true default-features = false [dependencies.memmem] version = "0.1.1" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.test-case] version = "3.3.1" [features] log = ["dep:log"]