# 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 = "actionidmap-updater" version = "0.2.0" description = "A HashMap that can be updated from a URL. Intended to be used to keep reverse-engineered API's in use even as private referenced ID's get updated." readme = "README.md" keywords = [ "reverse-engineer", "hashmap", "update", ] categories = [ "web-programming::http-client", "data-structures", "caching", ] license = "MIT OR Apache-2.0" [dependencies.nanoserde] version = "0.1.32" [dependencies.time] version = "0.3.21" [dependencies.ureq] version = "2.6.2"