# 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 = "abs-data" version = "0.2.2" authors = ["Mitchell Rhys Hall"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DEPRECATED AND NO LONGER MAINTAINED DO NOT USE" readme = "readme.md" license = "MIT" repository = "https://github.com/MitchellRhysHall/abs-data" [lib] name = "abs_data" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.url] version = "2.4"