# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "libobliv-sys" version = "0.1.6" authors = ["Phillipp Schoppmann "] links = "obliv" exclude = ["obliv-c/web/*", "obliv-c/_build/*"] description = "Raw bindings for Obliv-C" homepage = "https://github.com/schoppmp/oblivc-rust" documentation = "https://schoppmp.github.io/doc/oblivc-rust/libobliv_sys/" categories = ["external-ffi-bindings"] license = "AGPL-3.0" repository = "https://github.com/schoppmp/oblivc-rust" [lib] name = "libobliv_sys" path = "src/lib.rs" [dependencies.libgcrypt-sys] version = "0.5.4" default-features = false [dependencies.libgpg-error-sys] version = "0.2.3" default-features = false [build-dependencies.bindgen] version = "0.31.3" [build-dependencies.cc] version = "1.0" [build-dependencies.libgcrypt-sys] version = "0.5.4" default-features = false [build-dependencies.libgpg-error-sys] version = "0.2.3" default-features = false [build-dependencies.walkdir] version = "2" [badges.travis-ci] repository = "schoppmp/oblivc-rust"