[package] name = "revel-taglib" description = "TagLib bindings that leverage a custom wrapper for the C++ api" version = "2.0.1" authors = ["Robozman "] license = "GPL-3.0-only" readme = "README.rst" homepage = "https://gitlab.com/robozman/revel-taglib" repository = "https://gitlab.com/robozman/revel-taglib" build = "build.rs" [dependencies] cpp = "0.5" libc = "0.2" [build-dependencies] cpp_build = "0.5" [build-dependencies.pkg-config] version = "0.3" optional = true [features] default = [] use-pkgconfig = ["pkg-config"]