# 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 = "less-avc" version = "0.1.5" authors = ["Andrew Straw "] description = "less Advanced Video Coding (H.264) encoding" readme = "README.md" categories = ["multimedia::video"] license = "MIT/Apache-2.0" repository = "https://github.com/strawlab/less-avc" [dependencies.bitvec] version = "1.0.1" features = ["alloc"] default-features = false [dependencies.memchr] version = "2.5.0" default-features = false [dev-dependencies.h264-reader] version = "0.7.0" [features] backtrace = [] default = ["std"] std = []