apt-pkg-native/Cargo.toml

33 lines
546 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"
2017-11-17 12:53:01 +03:00
version = "0.3.0"
2019-01-22 01:22:47 +03:00
edition = "2018"
[badges.travis-ci]
repository = "FauxFaux/apt-pkg-native-rs"
[build-dependencies]
2018-04-14 22:43:04 +03:00
cc = "1.0"
2017-07-13 18:11:51 +03:00
[dependencies]
2017-12-10 18:20:21 +03:00
lazy_static = "1"
2017-11-17 12:00:44 +03:00
libc = "0.2"
2017-07-13 15:49:36 +03:00
2017-07-14 00:01:45 +03:00
[dev-dependencies]
2017-11-17 12:00:44 +03:00
boolinator = "2"
2018-12-17 22:04:09 +03:00
itertools = "0.8"
2017-12-12 23:29:27 +03:00
[features]
default = []
ye-olde-apt = []