[package] name = "memonitor-sys" description = "Automatically generated bindings for some of memonitor's backends." version = "0.2.4" authors = ["Pedro Valente "] license = "Apache-2.0" repository = "https://github.com/edgenai/memonitor" edition = "2021" links = "memonitor-vk" # TODO this will have to be updated at some point, its not good practice to link against multiple libs as is currently the case publish = true [dependencies] [build-dependencies] cfg_aliases = { workspace = true } cmake = "0.1.50" bindgen = "0.69.4" [features] default = ["vulkan", "cuda"] vulkan = [] cuda = []