# 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" rust-version = "1.56.1" name = "av-ivf" version = "0.5.0" authors = ["gibix "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "IVF muxer and demuxer" homepage = "https://github.com/rust-av/ivf-rs" readme = "README.md" license = "MIT" repository = "https://github.com/rust-av/ivf-rs" resolver = "2" [dependencies.av-bitstream] version = "0.2.0" [dependencies.av-data] version = "0.4.0" [dependencies.av-format] version = "0.7.0" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dev-dependencies.clap] version = "^3.2" features = ["derive"] [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tempfile] version = "3"