dlopen 0.1.1

Library for opening and operating on dynamic link libraries (also known as shared objects or shared libraries).
Documentation
# 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]
name = "dlopen"
version = "0.1.1"
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)."
keywords = ["dlopen", "dll", "so", "dylib", "shared"]
license = "MIT"
repository = "https://github.com/szymonwieloch/rust-dlopen"

[[example]]
name = "raw"
crate-type = ["bin"]

[[example]]
name = "symbor"
crate-type = ["bin"]

[[example]]
name = "symbor_api"
crate-type = ["bin"]

[[example]]
name = "wrapper_api"
crate-type = ["bin"]

[[example]]
name = "wrapper_multi_api"
crate-type = ["bin"]
[dependencies.dlopen_derive]
version = "0.1.1"
[dev-dependencies.example_dylib]
version = "0.1.0"

[dev-dependencies.libc]
version = "0.2.29"

[dev-dependencies.regex]
version = "0.2"

[dev-dependencies.const-cstr]
version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.29"

[target."cfg(unix)".dependencies.lazy_static]
version = "0.2.8"
[target."cfg(windows)".dependencies.winapi]
version = "0.2"

[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2"