apt-pkg-native/Cargo.toml

26 lines
482 B
TOML
Raw Normal View History

[package]
authors = ["Chris West (Faux) <git@goeswhere.com>"]
categories = [
"api-bindings",
"os",
]
2017-07-13 18:11:51 +03:00
description = "Bindings for libapt-pkg"
license = "MIT"
name = "apt-pkg-native"
readme = "README.md"
repository = "https://github.com/FauxFaux/apt-pkg-native-rs"
version = "0.2.1"
[badges.travis-ci]
repository = "FauxFaux/apt-pkg-native-rs"
[build-dependencies]
gcc = "0.3.54"
2017-07-13 18:11:51 +03:00
[dependencies]
2017-10-15 17:04:46 +03:00
lazy_static = "0.2.9"
libc = "0.2.32"
2017-07-13 15:49:36 +03:00
2017-07-14 00:01:45 +03:00
[dev-dependencies]
2017-10-15 17:04:46 +03:00
itertools = "0.7.1"