# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nu_plugin_sys" version = "0.36.0" authors = ["The Nu Project Contributors"] description = "A system info plugin for Nushell" license = "MIT" [lib] doctest = false [dependencies.futures] version = "0.3.5" features = ["compat", "io-compat"] [dependencies.futures-util] version = "0.3.12" [dependencies.nu-errors] version = "0.36.0" [dependencies.nu-plugin] version = "0.36.0" [dependencies.nu-protocol] version = "0.36.0" [dependencies.nu-source] version = "0.36.0" [dependencies.num-bigint] version = "0.3.1" [dependencies.sysinfo] version = "0.18.2" [build-dependencies]