# 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] name = "rustc_version_runtime" version = "0.3.0" authors = ["Sebastian Waisbrot "] 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.4.0" [dependencies.semver] version = "1.0" [build-dependencies.rustc_version] version = "0.4.0" [build-dependencies.semver] version = "1.0"