# 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 = "vectum_lib" version = "1.0.1" build = false exclude = ["example/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Aids SteamDepotDownloaderGUI into contacting the Steam API" homepage = "https://depotdownloader.00pium.net" readme = "README.md" categories = ["api-bindings"] license = "AGPL-3.0-only" repository = "https://github.com/mmvanheusden/vectum_lib" [lib] name = "vectum_lib" path = "src/lib.rs" [[test]] name = "search_app" path = "tests/search_app.rs" [dependencies.derive-getters] version = "0.5.0" [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["macros"]