# 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 = "tasvideos-api-rs" version = "0.3.0" authors = ["Luke Stadem "] description = "Blocking API wrapper for TASVideos.org." readme = "README.md" keywords = [ "api", "tas", "tasvideos", "wrapper", "blocking", ] categories = [ "api-bindings", "parser-implementations", "data-structures", ] license = "MIT" repository = "https://github.com/bigbass1997/tasvideos-api-rs" [dependencies.itertools] version = "0.13" [dependencies.once_cell] version = "1.19" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "3" [dependencies.serde_json] version = "1" [dependencies.ureq] version = "2.9" features = ["json"]