# 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] edition = "2021" name = "ieee-registry" version = "0.2.0" exclude = [".vscode/*"] description = "A Rust crate to cache the IEEE public registries as csv. " homepage = "https://github.com/AdamIsrael/ieee-registry" documentation = "https://github.com/AdamIsrael/ieee-registry" readme = "README.md" keywords = ["ieee"] categories = [ "caching", "command line utilities", ] license-file = "LICENSE" repository = "https://github.com/AdamIsrael/ieee-registry" [dependencies.expanduser] version = "1.2.2" [dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dev-dependencies.tempfile] version = "3.9.0"