# 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 = "siquery" version = "1.2.5" authors = ["Sébastien Duquette "] build = "build.rs" description = "siquery, a Rust osquery implementation to query system information" homepage = "https://github.com/devolutions/siquery-rs" readme = "README.md" keywords = [ "query", "system", "information", "osquery", ] license = "MIT/Apache-2.0" repository = "https://github.com/devolutions/siquery-rs" resolver = "1" [dependencies.cfg-if] version = "0.1" [dependencies.chrono] version = "0.4.6" [dependencies.csv] version = "^1.0" [dependencies.heck] version = "0.3.1" [dependencies.horrorshow] version = "0.6.5" [dependencies.lazy_static] version = "1.0.0" [dependencies.prettytable-rs] version = "0.10" [dependencies.proxy_cfg] version = "0.4" [dependencies.regex] version = "1.0.0" [dependencies.rusqlite] version = "0.28" features = [ "vtab", "bundled", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "^0.1" [dependencies.treexml] version = "0.7.0" [dependencies.url] version = "2" [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(not(windows))".dependencies.nix] version = "0.11.0" [target."cfg(target_os = \"linux\")".dependencies.sysconf] version = "0.3.2" [target."cfg(target_os = \"linux\")".dependencies.uname] version = "0.1.1" [target."cfg(target_os = \"macos\")".dependencies.byteorder] version = "1.2.3" [target."cfg(target_os = \"macos\")".dependencies.glob] version = "0.2" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "~0.2.5" features = ["exception"] [target."cfg(target_os = \"macos\")".dependencies.objc-foundation] version = "0.1.1" [target."cfg(target_os = \"macos\")".dependencies.objc_id] version = "0.1.1" [target."cfg(target_os = \"macos\")".dependencies.plist] version = "0.4" [target."cfg(target_os = \"macos\")".dependencies.uname] version = "0.1.1" [target."cfg(target_os = \"macos\")".dependencies.walkdir] version = "2.2.7" [target."cfg(target_os = \"windows\")".dependencies.libc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "0.4" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "~0.3.6" features = [ "sddl", "handleapi", "winnt", "minwindef", "ws2def", "errhandlingapi", "winbase", "objidlbase", "tlhelp32", "shlobj", "memoryapi", "psapi", "winerror", "lmaccess", "ntddscsi", "securitybaseapi", "lmapibuf", "ntlsa", ] [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "0.5.1"