# 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.8" authors = ["Szymon Wieloch "] 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" readme = "README.md" 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 = "raw_addr_info" crate-type = ["bin"] [[example]] name = "wrapper_multi_api" crate-type = ["bin"] [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" [target."cfg(unix)".dependencies.libc] version = "0.2.29" [target."cfg(windows)".dependencies.winapi] version = "0.3.7" features = ["winnt", "minwindef", "winerror", "libloaderapi", "errhandlingapi", "dbghelp", "processthreadsapi", "basetsd"] [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"