apt-pkg-native/Cargo.toml

24 lines
478 B
TOML
Raw Normal View History

[package]
2017-07-13 15:40:51 +03:00
name = "apt-pkg-native"
2017-09-09 15:20:40 +03:00
version = "0.2.1"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
2017-07-13 18:11:51 +03:00
description = "Bindings for libapt-pkg"
repository = "https://github.com/FauxFaux/apt-pkg-native-rs"
readme = "README.md"
categories = ["api-bindings", "os"]
license = "MIT"
[dependencies]
2017-07-13 15:38:48 +03:00
lazy_static = "0.2.8"
2017-07-12 23:18:34 +03:00
libc = "0.2.26"
2017-07-13 15:49:36 +03:00
2017-07-14 00:01:45 +03:00
[dev-dependencies]
itertools = "0.6.0"
2017-07-13 15:49:36 +03:00
[build-dependencies]
gcc = "0.3.51"
2017-07-13 18:11:51 +03:00
[badges]
travis-ci = { repository = "FauxFaux/apt-pkg-native-rs" }