2018-03-13 16:14:09 +03:00
|
|
|
|
# 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
|
2020-04-13 16:42:15 +03:00
|
|
|
|
# to registry (e.g., crates.io) dependencies
|
2018-03-13 16:14:09 +03:00
|
|
|
|
#
|
|
|
|
|
# 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)
|
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
|
[package]
|
|
|
|
|
name = "libloading"
|
2020-04-13 16:42:15 +03:00
|
|
|
|
version = "0.5.2"
|
2017-02-10 23:19:18 +03:00
|
|
|
|
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
|
|
|
|
|
build = "build.rs"
|
|
|
|
|
description = "A safer binding to platform’s dynamic library loading utilities"
|
2018-03-13 16:14:09 +03:00
|
|
|
|
documentation = "https://docs.rs/libloading/"
|
2017-02-10 23:19:18 +03:00
|
|
|
|
keywords = ["dlopen", "load", "shared", "dylib"]
|
|
|
|
|
license = "ISC"
|
|
|
|
|
repository = "https://github.com/nagisa/rust_libloading/"
|
2018-03-13 16:14:09 +03:00
|
|
|
|
[build-dependencies.cc]
|
|
|
|
|
version = "1.0"
|
|
|
|
|
[target."cfg(windows)".dependencies.winapi]
|
|
|
|
|
version = "0.3"
|
|
|
|
|
features = ["winerror", "errhandlingapi", "libloaderapi"]
|