# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "driverkit" version = "0.25.0" authors = [ "Gerd Zellweger ", "Reto Achermann ", "Erika Hunhoff ", "Ankit Bhardwaj ", ] description = "A driver framework defining standard types and interfaces for writing device drivers." readme = "README.md" keywords = [ "driver", "os", "framework", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gz/rust-driverkit" resolver = "2" [[bin]] name = "testdrive" path = "src/bin/testdrive.rs" [dependencies.bit_field] version = "0.10.1" [dependencies.custom_error] version = "1.9" features = ["unstable"] default-features = false [dependencies.log] version = "0.4" [dependencies.phf] version = "0.10.0" default-features = false [build-dependencies.pciid-parser] version = "0.5.0" [build-dependencies.phf_codegen] version = "0.10.0" [target."cfg(target_arch = \"aarch64\")".dependencies.armv8] version = "0.0.1" [target."cfg(target_arch = \"x86_64\")".dependencies.x86] version = "0.52" features = ["unstable"] [target."cfg(target_family = \"unix\")".dependencies.byteorder] version = "1.4" [target."cfg(target_family = \"unix\")".dependencies.libc] version = "0.2" [target."cfg(target_family = \"unix\")".dependencies.matches] version = "0.1" [target."cfg(target_family = \"unix\")".dependencies.memmap2] version = "0.5.10"