# 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" rust-version = "1.70" name = "test-assets-ureq" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Download test assets with ureq, managing them outside of git" documentation = "https://docs.rs/test-assets-ureq/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/wcampbell0x2a/test-assets-ureq" [lib] name = "test_assets_ureq" path = "src/lib.rs" [dependencies.backon] version = "1.2.0" [dependencies.sha2] version = "0.10.6" [dependencies.ureq] version = "2.7.1"