# 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 = "osquery-rs" version = "0.1.3" authors = ["AbdulRhman Alfaifi "] description = "This crate allows you to execute osquery SQL queries using osquery Thrift API" homepage = "https://github.com/AbdulRhmanAlfaifi/osquery-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AbdulRhmanAlfaifi/osquery-rs" [dependencies.thrift] version = "0.15.0" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"macos\"))".dev-dependencies.dirs] version = "4.0.0" [target."cfg(target_os = \"windows\")".dependencies.named_pipe] version = "0.4.1"