sheathe-package 0.5.0

End-to-end VOD packaging pipeline (demux → CMAF segment → DASH/HLS) for the sheathe packager
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "aes"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138"
dependencies = [
 "cipher",
 "cpubits",
 "cpufeatures",
]

[[package]]
name = "anyhow"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"

[[package]]
name = "cipher"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c"
dependencies = [
 "crypto-common",
 "inout",
]

[[package]]
name = "cpubits"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"

[[package]]
name = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
 "libc",
]

[[package]]
name = "crypto-common"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "hybrid-array"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
dependencies = [
 "typenum",
]

[[package]]
name = "inout"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "sheathe-core"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a8ec9ada4c33a610244c3b7cd71b7d97cb75b297078ecfe0056d2e5840aad6"
dependencies = [
 "thiserror",
]

[[package]]
name = "sheathe-crypto"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf2ed4228d3c6a3f8faf0f260c3a796c4d837f0f350aa4c10869d060bef7be5"
dependencies = [
 "aes",
 "sheathe-core",
]

[[package]]
name = "sheathe-dash"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9576810c6ecb8b4f59d7134bdec25264bd302b2539ebd601196995dc6d9abf41"
dependencies = [
 "sheathe-core",
]

[[package]]
name = "sheathe-es"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d76d4716533ca6344ae1f4c31409f649f21e09ce3aac95a195bb3363fda815f"
dependencies = [
 "sheathe-core",
 "sheathe-ts",
]

[[package]]
name = "sheathe-hls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b12f14caa33a9a38bfbd29ee7d83e20da64388c5a8e615f430b31d95631bfda5"
dependencies = [
 "sheathe-core",
]

[[package]]
name = "sheathe-mkv"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "221e03ef4560db116f6456d99254393b354df1d4000d16b38ca32966c4dc15af"
dependencies = [
 "sheathe-core",
]

[[package]]
name = "sheathe-mp4"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a24d61aaf9037f046f2e81d65cd49ea5db3bbb358f4497531599bf0abacd443"
dependencies = [
 "sheathe-core",
 "sheathe-crypto",
]

[[package]]
name = "sheathe-package"
version = "0.5.0"
dependencies = [
 "anyhow",
 "sheathe-core",
 "sheathe-crypto",
 "sheathe-dash",
 "sheathe-es",
 "sheathe-hls",
 "sheathe-mkv",
 "sheathe-mp4",
 "sheathe-text",
 "sheathe-ts",
]

[[package]]
name = "sheathe-text"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "847a2d80f92a5d832d92a7f1c576cd9aa25e464cb0cc2c9b769d3eca4e5d6f19"
dependencies = [
 "sheathe-core",
]

[[package]]
name = "sheathe-ts"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca788359e10445f1a9e317ebebf3c364319d0cb5b5cbbf73d258ab96bbed9211"
dependencies = [
 "sheathe-core",
]

[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "typenum"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"