rufish 0.3.0

An asynchronous Redfish client library for BMC/server management in Rust.
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 = "rufish"
version = "0.3.0"
authors = ["Eric Chen <610521240@gms.ndhu.edu.tw>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An asynchronous Redfish client library for BMC/server management in Rust."
documentation = "https://docs.rs/rufish"
readme = "README.md"
keywords = [
    "redfish",
    "bmc",
    "ipmi",
    "server-management",
    "async",
]
categories = [
    "network-programming",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dalof41014/rufish"

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

[dependencies.log]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dev-dependencies.env_logger]
version = "0.11"

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