# 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 = "ptx-linker" version = "0.9.1" authors = ["Denys Zariaiev "] description = "NVPTX modules linker" readme = "README.md" keywords = ["llvm", "cuda", "nvptx", "linker"] categories = ["development-tools", "development-tools::build-utils", "external-ffi-bindings"] license = "MIT" repository = "https://github.com/denzp/rust-ptx-linker" [[test]] name = "linker" harness = false [dependencies.ar] version = "0.8" [dependencies.clap] version = "2.33" [dependencies.either] version = "1.5" [dependencies.env_logger] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.llvm-sys] version = "80" [dependencies.log] version = "0.4" [dependencies.rustc-llvm-proxy] version = "0.2" optional = true [dev-dependencies.crate-compile-test] version = "0.2" [features] default = ["llvm-proxy"] llvm-proxy = ["rustc-llvm-proxy", "llvm-sys/no-llvm-linking", "llvm-sys/disable-alltargets-init"] [badges.appveyor] branch = "master" repository = "denzp/rust-ptx-linker" service = "github" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "denzp/rust-ptx-linker"