ptx-linker 0.3.1

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.3.1"
authors = ["Denys Zariaiev <denys.zariaiev@gmail.com>"]
build = "build.rs"
exclude = ["tests/**/*"]
description = "NVPTX modules linker"
readme = "README.md"
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
[dependencies.ar]
version = "0.5"

[dependencies.colored]
version = "1.5"

[dependencies.cty]
version = "0.1"

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

[dependencies.fern]
version = "0.4"

[dependencies.log]
version = "0.3"
[dev-dependencies.difference]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3"
[build-dependencies.cc]
version = "1.0"
[badges.travis-ci]
branch = "master"
repository = "denzp/rust-ptx-linker"