ptx-linker 0.8.0

NVPTX modules linker
# 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]
name = "ptx-linker"
version = "0.8.0"
authors = ["Denys Zariaiev <denys.zariaiev@gmail.com>"]
autotests = true
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"

[lib]
name = "ptx_linker"

[[bin]]
name = "ptx-linker"
path = "src/application/main.rs"
doc = false

[[bin]]
name = "rustc-dylib-wrapper"
path = "src/rustc-dylib-wrapper/main.rs"
doc = false

[[test]]
name = "linker"
harness = false
[dependencies.ar]
version = "0.5"

[dependencies.clap]
version = "2.31"
features = ["yaml", "suggestions", "color"]

[dependencies.colored]
version = "1.5"

[dependencies.either]
version = "1.5"

[dependencies.error-chain]
version = "0.10"

[dependencies.fern]
version = "0.4"

[dependencies.llvm-sys]
version = "60"
features = ["no-llvm-linking"]

[dependencies.log]
version = "0.3"

[dependencies.rustc-llvm-proxy]
version = "0.1"
[dev-dependencies.crate-compile-test]
version = "0.2"

[dev-dependencies.failure]
version = "0.1"
[badges.appveyor]
branch = "master"
repository = "denzp/rust-ptx-linker"
service = "github"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "denzp/rust-ptx-linker"