scanii 1.3.0

Minimal-dependency Rust SDK for the Scanii content security 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 = "scanii"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal-dependency Rust SDK for the Scanii content security API"
homepage = "https://scanii.com"
documentation = "https://docs.rs/scanii"
readme = "README.md"
keywords = [
    "scanii",
    "malware",
    "security",
    "content-moderation",
    "api",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/scanii/scanii-rust"

[lib]
name = "scanii"
path = "src/lib.rs"
doctest = true

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

[[test]]
name = "integration"
path = "tests/integration.rs"

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

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "json",
]
default-features = false

[dev-dependencies]