linkbreakers 1.85.3

Official Rust SDK for the Linkbreakers API
Documentation
# 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 = "linkbreakers"
version = "1.85.3"
authors = ["Linkbreakers Team <support@linkbreakers.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for the Linkbreakers API"
homepage = "https://linkbreakers.com"
documentation = "https://docs.rs/linkbreakers"
readme = "README.md"
keywords = [
    "linkbreakers",
    "api",
    "sdk",
    "url-shortener",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/linkbreakers-com/linkbreakers-rust"

[lib]
name = "linkbreakers"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio-test]
version = "0.4"