findshlibs 0.10.2

Find the set of shared libraries loaded in the current process with a cross platform API
Documentation
[build-dependencies.cc]
version = "1.0.67"
[dependencies.libc]
version = "0.2.104"

[package]
description = "Find the set of shared libraries loaded in the current process with a cross platform API"
documentation = "https://docs.rs/findshlibs"
edition = "2018"
keywords = ["dyld", "dylib", "shared", "library", "dl_iterate_phdr"]
license = "MIT OR Apache-2.0"
name = "findshlibs"
readme = "./README.md"
repository = "https://github.com/gimli-rs/findshlibs"
version = "0.10.2"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static]
version = "1.4"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["psapi", "memoryapi", "libloaderapi", "processthreadsapi"]
version = "0.3.9"