# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dlopen2" version = "0.7.0" authors = [ "Szymon Wieloch ", "Ahmed Masud ", "OpenByte ", ] description = "Library for opening and operating on dynamic link libraries (also known as shared objects or shared libraries)." readme = "README.md" keywords = [ "dlopen", "dll", "so", "dylib", "shared", ] license = "MIT" repository = "https://github.com/OpenByteDev/dlopen2" [package.metadata.docs.rs] all-features = true [[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.dlopen2_derive] version = "0.4" optional = true [dependencies.once_cell] version = "1.18" [dev-dependencies.const-cstr] version = "0.3" [dev-dependencies.current_platform] version = "0.2" [dev-dependencies.regex] version = "1.9" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = [ "wrapper", "symbor", "derive", ] derive = ["dlopen2_derive"] doc_cfg = [] symbor = [] wrapper = [] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "winnt", "minwindef", "winerror", "libloaderapi", "errhandlingapi", "dbghelp", "processthreadsapi", "basetsd", ]