# 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 = "libde265-sys" version = "0.1.1" authors = ["Andrey Tkachenko "] build = "build.rs" description = "Low-level bindings for libdeH265." documentation = "https://docs.rs/libde265-sys/" keywords = [ "multimedia", "encoding", "video", ] categories = [ "api-bindings", "multimedia::video", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andreytkachenko/libde265-rust" [dependencies] [build-dependencies.anyhow] version = "1.0.79" [build-dependencies.bindgen] version = "0.69.2" [build-dependencies.cc] version = "1.0.83" [build-dependencies.const_format] version = "0.2.32" [build-dependencies.curl] version = "0.4.44" [build-dependencies.flate2] version = "1.0.28" [build-dependencies.tar] version = "0.4.40" [build-dependencies.walkdir] version = "2.4.0" [features] default = ["system"] encoder = [] generate-bindings = [] static = [] system = []