# 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 = "br-system" version = "0.0.11" authors = ["CarryXD <7991156@qq.com>"] build = false exclude = [ "INSTALL.md", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This is an System" readme = "README.md" keywords = [ "br", "system", ] license = "MIT" resolver = "1" [lib] name = "br_system" path = "src/lib.rs" [dependencies.regex] version = "1.10.5" [dependencies.sysinfo] version = "0.32.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.log] version = "0.4.22" [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.10.0" [target.'cfg(target_os = "windows")'.dependencies.winapi] version = "0.3" features = [ "combaseapi", "objbase", "wbemcli", "oleauto", "sysinfoapi", ] [target.'cfg(target_os = "windows")'.dependencies.wio] version = "0.2.2"