# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "futhark-bindgen" version = "0.2.8" authors = ["Zach Shipko "] default-run = "futhark-bindgen" description = "Futhark binding generator" documentation = "https://docs.rs/futhark-bindgen" readme = "README.md" keywords = [ "futhark", "bindings", "bindgen", ] license = "ISC" repository = "https://github.com/zshipko/futhark-bindgen" [package.metadata.docs.rs] features = ["build"] [[bin]] name = "futhark-bindgen" path = "src/bin/main.rs" required-features = ["bin"] [dependencies.argh] version = "0.1" optional = true [dependencies.cc] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] bin = ["argh"] build = ["cc"] default = ["bin"]