1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "sysinfo"
15version = "0.20.5"
16authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
17build = "build.rs"
18description = "Library to get system information such as processes, processors, disks, components and networks"
19readme = "README.md"
20categories = ["filesystem", "os", "api-bindings"]
21license = "MIT"
22repository = "https://github.com/GuillaumeGomez/sysinfo"
23
24[lib]
25name = "sysinfo"
26crate_type = ["rlib", "cdylib"]
27[dependencies.cfg-if]
28version = "1.0"
29
30[dependencies.once_cell]
31version = "1.0"
32
33[dependencies.rayon]
34version = "^1.5.1"
35optional = true
36
37[features]
38apple-app-store = ["apple-sandbox"]
39apple-sandbox = []
40c-interface = []
41debug = ["libc/extra_traits"]
42default = ["multithread"]
43multithread = ["rayon"]
44[target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]
45version = "3.2"
46[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
47version = "0.8"
48[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
49version = "^0.2.103"
50[target."cfg(windows)".dependencies.ntapi]
51version = "0.3"
52
53[target."cfg(windows)".dependencies.winapi]
54version = "0.3.9"
55features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi", "std"]
56