# 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 = "h264_nal_paging" version = "0.1.12" description = "H.264 stream paging tool for tokio" documentation = "https://docs.rs/h264_nal_paging" license = "MIT" repository = "https://github.com/thinkier/h264_nal_paging" resolver = "2" [dependencies.log] version = "^0.4" [dependencies.tokio] version = "^1" features = ["io-util"] default-features = false [features] test = ["tokio/full"]