[package] name = "indy-sys" description = "FFI bindings to Libindy C API" version = "1.16.0-post-286" authors = ["Hyperledger Indy Contributors "] build = "build.rs" links = "indy" license = "MIT/Apache-2.0" [dependencies] serde = "1.0.99" serde_derive = "1.0.99" libc = "=0.2.66" [build-dependencies] pkg-config = "0.3.9" regex = "1.0.0" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2"