[package] name = "mediainfolib-rs" version = "0.1.1" edition = "2021" license-file = "LICENSE.md" description = "a very small wrapper around libmediainfo" repository = "https://github.com/loganintech/mediainfo-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" [build-dependencies] bindgen = { version = "0.53.1", features = [] } cc = { version = "1.0.0", features = [] }