[[bin]]
name = "ts2mp4"
path = "src/main.rs"
[dependencies]
[[example]]
name = "extract_thumbnail"
path = "examples/extract_thumbnail.rs"
[lib]
crate-type = ["cdylib", "rlib"]
name = "ts2mp4"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::video", "command-line-utilities"]
description = "A library and CLI tool for converting MPEG-TS files to MP4 format"
documentation = "https://docs.rs/ts2mp4"
edition = "2021"
homepage = "https://github.com/aciddust/ts2mp4"
keywords = ["ts", "mp4", "mpeg", "video", "converter"]
license = "MIT"
name = "ts2mp4"
readme = "README.md"
repository = "https://github.com/aciddust/ts2mp4"
version = "0.1.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["console"]
version = "0.3"