# 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 = "cargo-futhark" version = "0.1.0" authors = ["Leopold Luley "] description = "A library and cargo subcommand to integrate Futhark into Rust projects." readme = "README.md" keywords = [ "cargo", "futhark", "bindgen", ] categories = [ "compilers", "command-line-utilities", "development-tools::build-utils", "development-tools::cargo-plugins", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/luleyleo/cargo-futhark" [dependencies.bindgen] version = "0.65.1" [dependencies.cc] version = "1.0.79" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.enumflags2] version = "0.7.7" features = ["std"] [dependencies.eyre] version = "0.6.8" [dependencies.include_dir] version = "0.7.3" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.31" [dependencies.rerun_except] version = "1.0.0" [dependencies.serde] version = "1.0.174" [dependencies.serde_json] version = "1.0.103"