# 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.63.0" name = "unkey" version = "0.5.0" authors = ["Jonxslays"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An asynchronous Rust SDK for the Unkey API." homepage = "https://github.com/Jonxslays/unkey" documentation = "https://docs.rs/unkey" readme = "README.md" keywords = [ "unkey-sdk", "unkey", "unkeyed", "api", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/Jonxslays/unkey" [lib] name = "unkey" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"