netbox-cli 0.3.3

full-featured cli client for the netbox api
# 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 = "2024"
rust-version = "1.85"
name = "netbox-cli"
version = "0.3.3"
authors = ["cyber witchery labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "full-featured cli client for the netbox api"
homepage = "https://github.com/cyberwitchery/netbox.rs"
readme = "docs/cli.md"
keywords = [
    "netbox",
    "api",
    "dcim",
    "ipam",
    "network",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/cyberwitchery/netbox.rs"
resolver = "2"

[[bin]]
name = "netbox-cli"
path = "src/main.rs"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.comfy-table]
version = "7.1"

[dependencies.dirs]
version = "6.0"

[dependencies.netbox]
version = "0.3.2"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.terminal_size]
version = "0.3"

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

[dependencies.toml]
version = "0.8"