[badges.appveyor]
branch = "master"
repository = "szymonwieloch/rust-dlopen"
[badges.codecov]
branch = "master"
repository = "szymonwieloch/rust-dlopen"
service = "github"
[badges.is-it-maintained-open-issues]
repository = "szymonwieloch/rust-dlopen"
[badges.travis-ci]
branch = "master"
repository = "szymonwieloch/rust-dlopen"
[dependencies.dlopen_derive]
version = "0.1.4"
[dependencies.lazy_static]
version = "1.2.0"
[dev-dependencies.const-cstr]
version = "0.1"
[dev-dependencies.example_dylib]
version = "0.1.0"
[dev-dependencies.libc]
version = "0.2.29"
[dev-dependencies.regex]
version = "0.2"
[[example]]
crate-type = ["bin"]
name = "raw"
[[example]]
crate-type = ["bin"]
name = "symbor"
[[example]]
crate-type = ["bin"]
name = "symbor_api"
[[example]]
crate-type = ["bin"]
name = "wrapper_api"
[[example]]
crate-type = ["bin"]
name = "raw_addr_info"
[[example]]
crate-type = ["bin"]
name = "wrapper_multi_api"
[package]
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>"]
description = "Library for opening and operating on dynamic link libraries (also known as shared objects or shared libraries). This is a modern and more flexible alternative to the already existing libraries like libloading or sharedlib"
keywords = ["dlopen", "dll", "so", "dylib", "shared"]
license = "MIT"
name = "dlopen"
readme = "README.md"
repository = "https://github.com/szymonwieloch/rust-dlopen"
version = "0.1.8"
[target."cfg(unix)".dependencies.libc]
version = "0.2.29"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "minwindef", "winerror", "libloaderapi", "errhandlingapi", "dbghelp", "processthreadsapi", "basetsd"]
version = "0.3.7"