[package] name = "has_command" description = "Allows checking if host machine supports a given command" version = "0.1.0" license = "MIT" authors = ["Marián Skrip "] edition = "2018" readme = "README.md" repository = "https://github.com/mskrip/has-command-rs/" [lib] proc-macro = true [dependencies] syn = {version="1.0.5", features=["full"]} quote = "1.0.2"