Read out npm’s .npmrc file, and serialize it to a struct.
.npmrc
extern crate npmrc; let npmrc_values = npmrc::read().unwrap(); println!("{:?}", npmrc_values);