# 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 = "avif-serialize" version = "0.8.2" authors = ["Kornel LesiƄski "] build = false include = [ "src/*.rs", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal writer for AVIF header structure (MPEG/HEIF/MIAF/ISO-BMFF)" homepage = "https://lib.rs/avif-serialize" readme = "README.md" keywords = [ "avif", "heif", "bmff", "av1", "mux", ] categories = [ "multimedia::images", "encoding", ] license = "BSD-3-Clause" repository = "https://github.com/kornelski/avif-serialize" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "avif_serialize" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.6" [dev-dependencies.avif-parse] version = "1.2.0" [dev-dependencies.fallible_collections] version = "0.4.9" features = [ "rust_1_57", "std", ] default-features = false [dev-dependencies.mp4parse] version = "0.17" [badges.maintenance] status = "passively-maintained"