cat-dev 0.0.14

A library for interacting with the CAT-DEV hardware units distributed by Nintendo (i.e. a type of Wii-U DevKits).
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 = "2024"
name = "cat-dev"
version = "0.0.14"
authors = ["Cynthia <cynthia@coan.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for interacting with the CAT-DEV hardware units distributed by Nintendo (i.e. a type of Wii-U DevKits)."
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/rem-verse/sprig"

[package.metadata.docs.rs]
features = [
    "clients",
    "nus",
    "servers",
]
rustc-args = [
    "--cfg",
    "tokio_unstable",
    "--cfg",
    "tracing_unstable",
]
rustdoc-args = [
    "--cfg",
    "tokio_unstable",
    "--cfg",
    "tracing_unstable",
]
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-apple-darwin",
    "x86_64-pc-windows-msvc",
]

[features]
clients = [
    "bitflags",
    "form_urlencoded",
    "local-ip-address",
    "mac_address",
    "network-interface",
    "rand",
    "reqwest",
    "tower",
    "wide",
]
default = [
    "clients",
    "servers",
]
nus = [
    "cbc",
    "reqwest",
    "sachet/crypto",
    "url",
]
servers = [
    "bitflags",
    "local-ip-address",
    "rand",
    "sysinfo",
    "tower",
    "wide",
]

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

[dependencies.aes]
version = "^0.9.0"

[dependencies.bitflags]
version = "^2.11.1"
optional = true
default-features = false

[dependencies.bytes]
version = "^1.11.1"

[dependencies.cbc]
version = "^0.2.0"
optional = true

[dependencies.cipher]
version = "^0.5.1"
features = [
    "alloc",
    "block-padding",
]

[dependencies.configparser]
version = "^3.1.0"

[dependencies.ecb]
version = "^0.2.0"

[dependencies.fnv]
version = "^1.0.7"

[dependencies.form_urlencoded]
version = "^1.2.2"
optional = true

[dependencies.futures]
version = "^0.3.32"

[dependencies.local-ip-address]
version = "^0.6.12"
optional = true

[dependencies.mac_address]
version = "^1.1.8"
optional = true

[dependencies.miette]
version = "^7.6.0"
features = ["fancy"]

[dependencies.network-interface]
version = "^2.0.5"
optional = true

[dependencies.rand]
version = "^0.10.1"
optional = true

[dependencies.reqwest]
version = "^0.13.3"
features = [
    "brotli",
    "charset",
    "deflate",
    "gzip",
    "http2",
    "system-proxy",
    "rustls",
    "zstd",
]
optional = true
default-features = false

[dependencies.sachet]
version = "^0.0.14"
default-features = false

[dependencies.scc]
version = "^3.7.0"

[dependencies.sysinfo]
version = "^0.39.0"
features = [
    "disk",
    "linux-tmpfs",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "^2.0.18"

[dependencies.tokio]
version = "^1.52.2"
features = [
    "full",
    "tracing",
]

[dependencies.tower]
version = "^0.5.3"
features = [
    "util",
    "make",
]
optional = true
default-features = false

[dependencies.tracing]
version = "^0.1.44"
features = ["valuable"]

[dependencies.url]
version = "^2.5.8"
optional = true

[dependencies.valuable]
version = "^0.1.1"
features = ["derive"]

[dependencies.walkdir]
version = "^2.5.0"

[dependencies.whoami]
version = "^2.1.2"

[dependencies.wide]
version = "^1.4.0"
optional = true

[dev-dependencies.tempfile]
version = "^3.27.0"