[package] name = "deb-rs" version = "0.1.2" authors = ["trickypr "] edition = "2018" license = "MIT" description = "Extracting and grabbing metadata from .deb files" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] uuid = { version = "0.8", features = ["v4"] } glob = "0.3" debcontrol = "0.1.1" run_script = "0.6"