]> git.proxmox.com Git - rustc.git/blame - vendor/libloading/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / libloading / Cargo.toml
CommitLineData
a2a8927a
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13rust-version = "1.40.0"
14name = "libloading"
6522a427 15version = "0.7.4"
a2a8927a
XL
16authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
17description = "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety."
18documentation = "https://docs.rs/libloading/"
19readme = "README.mkd"
6522a427
EL
20keywords = [
21 "dlopen",
22 "load",
23 "shared",
24 "dylib",
25]
a2a8927a
XL
26categories = ["api-bindings"]
27license = "ISC"
28repository = "https://github.com/nagisa/rust_libloading/"
6522a427 29
a2a8927a
XL
30[package.metadata.docs.rs]
31all-features = true
6522a427
EL
32rustdoc-args = [
33 "--cfg",
34 "libloading_docs",
35]
36
a2a8927a
XL
37[dev-dependencies.libc]
38version = "0.2"
39
40[dev-dependencies.static_assertions]
41version = "1.1"
6522a427 42
a2a8927a
XL
43[target."cfg(unix)".dependencies.cfg-if]
44version = "1"
6522a427 45
a2a8927a
XL
46[target."cfg(windows)".dependencies.winapi]
47version = "0.3"
6522a427
EL
48features = [
49 "errhandlingapi",
50 "libloaderapi",
51]