# 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" rust-version = "1.78" name = "kvapi" version = "0.1.0" authors = ["K Vostanis "] description = "Library for API shortcuts; currently only supports JSON RESTful APIs." license = "MIT" repository = "https://github.com/Vostanis/kvapi" [dependencies.anyhow] version = "1" [dependencies.dotenv] version = "0.15" [dependencies.kvapi-macros] version = "0.1.0" [dependencies.kvapi-macros-internals] version = "0.1.0" [dependencies.quote] version = "1" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.4" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.hmac] version = "0.12.1" [dev-dependencies.proc-macro2] version = "1.0" [dev-dependencies.quote] version = "1.0" [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.syn] version = "2.0"