• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
15version = "0.7.3"
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"
20keywords = ["dlopen", "load", "shared", "dylib"]
21categories = ["api-bindings"]
22license = "ISC"
23repository = "https://github.com/nagisa/rust_libloading/"
24[package.metadata.docs.rs]
25all-features = true
26rustdoc-args = ["--cfg", "libloading_docs"]
27[dev-dependencies.libc]
28version = "0.2"
29
30[dev-dependencies.static_assertions]
31version = "1.1"
32[target."cfg(unix)".dependencies.cfg-if]
33version = "1"
34[target."cfg(windows)".dependencies.winapi]
35version = "0.3"
36features = ["errhandlingapi", "libloaderapi"]
37