--- procs-0.9.12/Cargo.toml 2020-02-25T02:39:04+00:00 +++ procs-0.9.12/Cargo.toml 2020-02-25T07:10:29.658370+00:00 @@ -106,9 +106,6 @@ [dependencies.unicode-width] version = "0.1" -[features] -default = ["docker"] -docker = ["dockworker"] [target."cfg(target_os = \"linux\")".dependencies.pager] version = "0.15" @@ -123,26 +120,6 @@ [target."cfg(target_os = \"linux\")".dependencies.which] version = "3" -[target."cfg(target_os = \"macos\")".dependencies.errno] -version = "0.2" - -[target."cfg(target_os = \"macos\")".dependencies.libproc] -version = "0.5" - -[target."cfg(target_os = \"macos\")".dependencies.pager] -version = "0.15" - -[target."cfg(target_os = \"macos\")".dependencies.process_path] -version = "0.1" - -[target."cfg(target_os = \"macos\")".dependencies.users] -version = "0.9" - -[target."cfg(target_os = \"macos\")".dependencies.which] -version = "3" -[target."cfg(target_os = \"windows\")".dependencies.winapi] -version = "0.3" -features = ["handleapi", "minwindef", "psapi", "securitybaseapi", "tlhelp32", "winbase", "winnt"] [badges.codecov] branch = "master" repository = "dalance/procs"