File: Cargo.toml.orig

package info (click to toggle)
rust-findshlibs 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: sh: 33; ansic: 3; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "Find the set of shared libraries loaded in the current process with a cross platform API"
documentation = "https://docs.rs/findshlibs"
keywords = ["dyld", "dylib", "shared", "library", "dl_iterate_phdr"]
license = "Apache-2.0/MIT"
name = "findshlibs"
readme = "./README.md"
repository = "https://github.com/gimli-rs/findshlibs"
version = "0.4.0"

[badges.coveralls]
repository = "gimli-rs/findshlibs"

[badges.travis-ci]
repository = "gimli-rs/findshlibs"

[build-dependencies.bindgen]
default-features = false
version = "0.36.0"

[dependencies]
cfg-if = "0.1.2"
lazy_static = "1.0.0"

[features]
nightly = []