# 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 = "fetch-data" version = "0.2.0" authors = ["Carl Kadie"] build = false exclude = ["tests/data/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Fetch data files from a URL, but only if needed. Verify contents via SHA256. Some Python Pooch compatibility." homepage = "https://github.com/CarlKCarlK/fetch-data" documentation = "https://docs.rs/fetch-data/latest/fetch-data/" readme = "README.md" keywords = [ "testing", "data", "web", "request", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/CarlKCarlK/fetch-data" [lib] name = "fetch_data" path = "src/lib.rs" [[test]] name = "tests_api" path = "tests/tests_api.rs" [dependencies.anyinput] version = "0.1.6" [dependencies.base16ct] version = "0.2.0" features = ["alloc"] [dependencies.ctor] version = "0.2.8" [dependencies.directories] version = "5.0.1" [dependencies.getrandom] version = "0.2.15" features = ["js"] [dependencies.sha2] version = "0.10.8" [dependencies.temp_testdir] version = "0.2.3" [dependencies.thiserror] version = "1.0.63" [dependencies.ureq] version = "2.10.0" features = [] [dev-dependencies.anyhow] version = "1.0.86"