[package] name = "rust-libindy-wrapper" version = "0.2.13" description = "A library for assisting developers using LibIndy API" authors = ["Mike Lodder ", "Matt Raffel ", "Darien Hess ", "Stephen Felt ", "Cam Parra ", "Brent Zundel "] homepage = "https://github.com/evernym/rust-libindy-wrapper" repository = "https://github.com/evernym/rust-libindy-wrapper" categories = ["api-bindings", "development-tools"] license = "MIT/Apache-2.0" readme = "README.md" exclude = [ "tests/*", ] build="build.rs" [dependencies] lazy_static = "0.2" log = "0.4" num-traits = "0.2" num-derive = "0.2" [dev-dependencies] serde_json = "1.0.22" [build-dependencies] pkg-config = "0.3.9" regex = "1.0.0"