# Copyright (c) 2015 The Robigalia Project Developers # Licensed under the Apache License, Version 2.0 or the MIT license , at your option. All files in the # project carrying such notice may not be copied, modified, or distributed # except according to those terms. [package] name = "pci" version = "0.0.1" authors = ["Corey Richardson "] description = "Generic PCI scanning, configuration-space access, and header parsing" documentation = "https://doc.robigalia.org/pci" repository = "https://gitlab.com/robigalia/pci" readme = "README.md" license = "MIT/Apache-2.0" #build = "build.rs" [features] unstable = []