api2convert 10.3.1

Official Rust SDK for the API2Convert file-conversion API — one-call convert with upload, polling, download and webhook verification.
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"
rust-version = "1.86"
name = "api2convert"
version = "10.3.1"
authors = ["Qaamgo Media GmbH"]
build = false
exclude = [
    "/.github",
    "/tests",
    "/docs",
    "/openapi",
    "/Makefile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for the API2Convert file-conversion API — one-call convert with upload, polling, download and webhook verification."
homepage = "https://www.api2convert.com"
documentation = "https://docs.rs/api2convert"
readme = "README.md"
keywords = [
    "api2convert",
    "conversion",
    "convert",
    "file",
    "sdk",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/QaamGo/api2convert-rust"

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

[[example]]
name = "add-watermark"
path = "examples/add-watermark.rs"

[[example]]
name = "audio-operations"
path = "examples/audio-operations.rs"

[[example]]
name = "authentication"
path = "examples/authentication.rs"

[[example]]
name = "capture-website"
path = "examples/capture-website.rs"

[[example]]
name = "compare-files"
path = "examples/compare-files.rs"

[[example]]
name = "compress-files"
path = "examples/compress-files.rs"

[[example]]
name = "convert-files"
path = "examples/convert-files.rs"

[[example]]
name = "create-archives"
path = "examples/create-archives.rs"

[[example]]
name = "create-hashes"
path = "examples/create-hashes.rs"

[[example]]
name = "create-thumbnails"
path = "examples/create-thumbnails.rs"

[[example]]
name = "extract-assets"
path = "examples/extract-assets.rs"

[[example]]
name = "file-analysis"
path = "examples/file-analysis.rs"

[[example]]
name = "image-operations"
path = "examples/image-operations.rs"

[[example]]
name = "job-lifecycle"
path = "examples/job-lifecycle.rs"

[[example]]
name = "presets"
path = "examples/presets.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[example]]
name = "rate-limits"
path = "examples/rate-limits.rs"

[[example]]
name = "statistics"
path = "examples/statistics.rs"

[[example]]
name = "uploading-files"
path = "examples/uploading-files.rs"

[[example]]
name = "webhooks"
path = "examples/webhooks.rs"

[dependencies.hmac]
version = "0.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dev-dependencies.hmac]
version = "0.12"

[dev-dependencies.sha2]
version = "0.10"