зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
537 B
TOML
21 строка
537 B
TOML
[package]
|
||
name = "libloading"
|
||
version = "0.3.2"
|
||
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
|
||
build = "build.rs"
|
||
description = "A safer binding to platform’s dynamic library loading utilities"
|
||
keywords = ["dlopen", "load", "shared", "dylib"]
|
||
license = "ISC"
|
||
repository = "https://github.com/nagisa/rust_libloading/"
|
||
documentation = "https://docs.rs/libloading/"
|
||
|
||
[dependencies]
|
||
lazy_static = "0.2"
|
||
|
||
[target.'cfg(windows)'.dependencies]
|
||
winapi = "0.2"
|
||
kernel32-sys = "0.2"
|
||
|
||
[build-dependencies]
|
||
target_build_utils = "0.3"
|