# 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.79.0" name = "hdr10plus" version = "2.1.3" authors = ["quietvoid"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HDR10+ metadata parsing and writing" readme = "README.md" license = "MIT" repository = "https://github.com/quietvoid/hdr10plus_tool/tree/master/hdr10plus" [package.metadata.capi.header] subdirectory = "libhdr10plus-rs" [package.metadata.capi.library] name = "hdr10plus-rs" rustflags = "-Cpanic=abort" [package.metadata.capi.pkg_config] filename = "hdr10plus-rs" name = "hdr10plus-rs" strip_include_path_components = 1 subdirectory = false [package.metadata.docs.rs] all-features = true [lib] name = "hdr10plus" path = "src/lib.rs" doctest = false [dependencies.anyhow] version = "1.0.88" [dependencies.bitvec_helpers] version = "3.1.6" features = ["bitstream-io"] default-features = false [dependencies.hevc_parser] version = "0.6.4" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.128" features = ["preserve_order"] optional = true [features] capi = [ "libc", "json", ] hevc = ["hevc_parser"] json = [ "serde", "serde_json", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(cargo_c)"]