# 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 = "bestchange_api" version = "0.0.3" authors = ["Gadzhi07"] description = "Library for convenient use of the bestchange api." documentation = "https://docs.rs/bestchange_api" readme = "README.md" keywords = [ "api", "bestchange", ] license = "MIT" repository = "https://github.com/Gadzhi07/bestchange_api" resolver = "2" [lib] name = "bestchange_api" path = "src/lib.rs" [[bin]] name = "test-bestchange_api" path = "src/bin.rs" [dependencies.encoding_rs] version = "0.8.31" [dependencies.reqwest] version = "0.11.11" features = ["blocking"] [dependencies.zip] version = "0.6.2"