[package] name = "target-cpu-fetch" version = "0.1.3" authors = ["Dylan McKay "] edition = "2018" repository = "https://github.com/dylanmckay/target-cpu-utils" documentation = "https://docs.rs/target-cpu-fetch" description = "Exposes a method for querying the CPU name from the current target specification JSON file" license = "MIT" [dependencies] json = "0.12"