# 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 = "uniget-screenshots" version = "0.1.0" build = false include = [ "src/**/*", "Cargo.toml", "README.md", "CHANGELOG.MD", "tests/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Data structures for working with the UniGetUI screenshots database" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/winpax/uniget-screenshots" [lib] name = "uniget_screenshots" path = "src/lib.rs" [[test]] name = "v1" path = "tests/v1.rs" [[test]] name = "v2" path = "tests/v2.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.url] version = "2.5" features = ["serde"] [dev-dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ]