rustc_version_runtime 0.1.5

A library for querying the version of the rustc compiler used in runtime
Documentation
# 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 = "rustc_version_runtime"
version = "0.1.5"
authors = ["Sebastian Waisbrot <seppo0010@gmail.com>"]
build = "build.rs"
description = "A library for querying the version of the rustc compiler used in runtime"
documentation = "http://seppo0010.github.io/rustc-version-runtime-rs/rustc_version_runtime/index.html"
readme = "README.md"
keywords = ["version", "rustc"]
license = "MIT"
repository = "https://github.com/seppo0010/rustc-version-runtime-rs"
[dependencies.rustc_version]
version = "0.2.3"

[dependencies.semver]
version = "0.9"
[build-dependencies.rustc_version]
version = "0.2.3"

[build-dependencies.semver]
version = "0.9"