# 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 = "pal-sys" version = "0.1.0" authors = ["Derwent McElhinney "] links = "pal" description = "Crate for providing bindings to and linking Starlink's PAL C library." license = "MPL-2.0 AND LGPL-3.0-only" [package.metadata.docs.rs] features = ["static"] targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin"] [dependencies] [dev-dependencies.criterion] version = "0.3.*" [build-dependencies.autotools] version = "0" optional = true [build-dependencies.bindgen] version = "0.58.1" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.pkg-config] version = "0.3.*" [features] static = ["autotools"]