# 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] edition = "2018" name = "slang-sys" version = "0.1.2" authors = ["Michael Tang "] build = "build.rs" links = "slang" description = "FFI bindings to slang" documentation = "https://docs.rs/slang-sys/0.1.2/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/tangmi/slang-rs/" [build-dependencies.bindgen] version = "0.48" [build-dependencies.cfg-if] version = "0.1" [build-dependencies.curl] version = "0.4" [build-dependencies.url] version = "1.7" [build-dependencies.zip] version = "0.5"