[package] name = "libde265" version = "0.1.1" edition = "2021" description = "Low-level bindings for libdeH265." authors = ["Andrey Tkachenko "] keywords = ["multimedia", "encoding", "video"] categories = ["api-bindings", "multimedia::video"] documentation = "https://docs.rs/libde265/" repository = "https://github.com/andreytkachenko/libde265-rust" license = "MIT OR Apache-2.0" [features] default = ["static"] encoder = ["libde265-sys/encoder"] static = ["libde265-sys/static"] system = ["libde265-sys/system"] [dependencies] libde265-sys = "0.1.1" log = "0.4.20" thiserror = "1.0.56"