apt-pkg-native/Cargo.toml

33 lines
560 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"
2020-10-21 12:14:55 +03:00
version = "0.3.2"
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"
2020-08-20 23:12:39 +03:00
itertools = "0.9"
2017-12-12 23:29:27 +03:00
[features]
default = []
ye-olde-apt = []
2024-07-11 02:46:07 +03:00
alt-linux = []