rustifi 1.0.0

Open source Rust library to interface with Ubiquiti's UniFi Controller 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 = "rustifi"
version = "1.0.0"
authors = ["Judah Fuller <judah@judahfuller.com>"]
build = false
exclude = [
    ".github/*",
    "tests/*",
    "CLAUDE.md",
    "cliff.toml",
    "release-plz.toml",
    "sailr.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open source Rust library to interface with Ubiquiti's UniFi Controller API."
readme = "README.md"
keywords = [
    "unifi",
    "ubiquiti",
    "api",
]
license = "GPL-2.0-only"
repository = "https://github.com/JudahZF/rustifi"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio]
version = "1"
features = ["test-util"]