# 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 = "2021" name = "pcitool" version = "0.1.0" authors = ["pepyaka"] exclude = ["tests/data/*"] description = "Tool and library for portable access to PCI bus configuration registres." homepage = "https://github.com/pepyaka/pcitool" documentation = "https://docs.rs/pcitool" readme = "README.md" categories = [ "hardware-support", "command-line-interface", ] license = "MIT" repository = "https://github.com/pepyaka/pcitool" [[bin]] name = "pci" required-features = ["clap"] [[example]] name = "brief" [[example]] name = "device" [[example]] name = "dump" [[test]] name = "dump" required-features = ["clap"] [[test]] name = "linux_procfs" required-features = ["clap"] [[test]] name = "linux_sysfs" required-features = ["clap"] [dependencies.clap] version = "3.2.20" features = ["derive"] optional = true [dependencies.glob] version = "0.3.0" [dependencies.heterob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.134" [dependencies.pcics] version = "0.3.1" [dependencies.thiserror] version = "1.0" [dependencies.uname] version = "0.1.1" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.paste] version = "1.0.7" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "1.5" [dev-dependencies.seq-macro] version = "0.3.0" [dev-dependencies.serde_json] version = "1.0.64" [dev-dependencies.tempfile] version = "3.3" [build-dependencies.cc] version = "1.0" [features] expensive_tests = [] lib_proc_baseaddr_parse = [] ls_caps_agp_isoch_support = [] ls_caps_pm_bridge = [] ls_ecaps_rclink_cfgspace = [] ls_ecaps_rclink_eltype = [] pciutils_3_7 = [ "ls_ecaps_rclink_eltype", "ls_ecaps_rclink_cfgspace", "ls_caps_agp_isoch_support", "ls_caps_pm_bridge", "lib_proc_baseaddr_parse", ] pciutils_make_opt_dns = [] pciutils_make_opt_hwdb = [] pciutils_make_opt_libkmod = [] pciutils_make_opt_zlib = [] sudo = []