scuffle-flv 0.1.0

A pure Rust FLV demuxer.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "bytes"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"

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

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "nutype-enum"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be667aae7fd4836a90674a374b0b92e03e3844dcadd3e4ce9618835a9537dcb5"
dependencies = [
 "scuffle-workspace-hack",
]

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

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

[[package]]
name = "scuffle-aac"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1068d25e92c6d0559549fbbeff83cf8e82cd9a04696127d07ef50527a85380"
dependencies = [
 "byteorder",
 "bytes",
 "num-derive",
 "num-traits",
 "scuffle-bytes-util",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-amf0"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2165ae457f292b035659c83e624a1f81513c53a6a52ce105f22a1d238ebee2a"
dependencies = [
 "byteorder",
 "bytes",
 "num-derive",
 "num-traits",
 "scuffle-bytes-util",
 "scuffle-workspace-hack",
 "thiserror",
]

[[package]]
name = "scuffle-av1"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe840e9c4f01962b5e285b9793af6fd30e54d7ce084a0fc3506b3ed37b12a2df"
dependencies = [
 "byteorder",
 "bytes",
 "scuffle-bytes-util",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-bytes-util"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d03e631b1889c4dde99fdba82c320387b29d74a309a6fac0967c9c191d31cf40"
dependencies = [
 "bytes",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-expgolomb"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fffa15ec61e91502cd3ec87f51804ce77937e3a9735bbc69b3ee00ffe16b3f11"
dependencies = [
 "scuffle-bytes-util",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-flv"
version = "0.1.0"
dependencies = [
 "byteorder",
 "bytes",
 "num-derive",
 "num-traits",
 "nutype-enum",
 "scuffle-aac",
 "scuffle-amf0",
 "scuffle-av1",
 "scuffle-bytes-util",
 "scuffle-h264",
 "scuffle-h265",
 "scuffle-workspace-hack",
 "thiserror",
]

[[package]]
name = "scuffle-h264"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87e63b20dcbfc19ee6a4982b29a627a1b84b3776dbad9100a50760bf3234d7c"
dependencies = [
 "byteorder",
 "bytes",
 "scuffle-bytes-util",
 "scuffle-expgolomb",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-h265"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f42716b35bf4390902255627d3265ab3cbeaf3dbfb0328c489d89a86d90b1959"
dependencies = [
 "byteorder",
 "bytes",
 "scuffle-bytes-util",
 "scuffle-expgolomb",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-workspace-hack"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8028ded836a0d9fabdfa4d713389b76a2098b5153f50a135c8faed7e3a3d5ae2"

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

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

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

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