# 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 = "popflash_parser" version = "2.1.0" description = "Library for parsing data from popflash.site match links" readme = "README.md" license-file = "./LICENSE" repository = "https://github.com/Spum-Solutions/popflash_parser" resolver = "2" [[bench]] name = "bench_main" harness = false [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.reqwest] version = "~0.11.0" [dependencies.select] version = "0.5.0" [dependencies.serde] version = "1.*.*" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "~1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.criterion] version = "0.3"