[package] name = "crustacean-plugin" authors = ["Kyle Mayes "] version = "0.3.1" license = "Apache-2.0" description = "A Rust bindings generator plugin." repository = "https://github.com/KyleMayes/crustacean" [lib] plugin = true [dependencies] crustacean = { version = "0.3.1", path = ".." } easy-plugin = "0.11.4" clippy = { version = "0.0.*", optional = true }