[package] name = "rustc_get_version" version = "0.1.2" edition = "2021" license = "MIT" description = "rust compiler get version utility" homepage = "https://github.com/zbzalex" include = [ "**/*.rs", 'Cargo.toml' ] documentation="https://docs.rs/rustc_get_version" keywords = [ "compiler", ] readme = "README.md" repository = "https://github.com/zbzalex/rustc_get_version" [dependencies] regex = "1.7.3"