# 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 = "effective-limits" version = "0.5.5" authors = ["Robert Collins "] description = "Estimate effective resource limits for a process e.g. how much RAM is available for use." readme = "README.md" keywords = [ "mem", "limits", "effective", "resource", ] categories = [ "config", "memory-management", ] license = "Apache-2.0" repository = "https://github.com/rbtcollins/effective-limits.rs" [dependencies.cfg-if] version = "0.1.10" [dependencies.thiserror] version = "1.0.20" [target."cfg(any(windows, target_os=\"macos\", target_os=\"linux\", target_os=\"freebsd\", target_os=\"illumos\", target_os=\"solaris\", target_os=\"netbsd\"))".dependencies.sys-info] version = "0.9.0" [target."cfg(unix)".dependencies.libc] version = "0.2.78" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "combaseapi", "errhandlingapi", "fileapi", "handleapi", "impl-default", "ioapiset", "jobapi", "jobapi2", "minwindef", "processthreadsapi", "psapi", "shlobj", "shtypes", "synchapi", "sysinfoapi", "tlhelp32", "userenv", "winbase", "winerror", "winioctl", "winnt", "winuser", ]