# 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 = "cat-dev" version = "0.0.7" authors = ["Cynthia "] build = 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://github.com/rem-verse/sprig" [package.metadata.docs.rs] rustc-args = [ "--cfg", "tokio_unstable", "--cfg", "tracing_unstable", ] rustdoc-args = [ "--cfg", "tokio_unstable", "--cfg", "tracing_unstable", ] [lib] name = "cat_dev" path = "src/lib.rs" [dependencies.aes] version = "^0.8.4" [dependencies.bytes] version = "^1.8.0" [dependencies.cipher] version = "^0.4.4" features = [ "alloc", "block-padding", ] [dependencies.configparser] version = "^3.1.0" [dependencies.ecb] version = "^0.1.2" [dependencies.fnv] version = "^1.0.7" [dependencies.futures] version = "^0.3.31" [dependencies.local-ip-address] version = "^0.6.3" [dependencies.mac_address] version = "^1.1.7" [dependencies.miette] version = "^7.2.0" features = ["fancy"] [dependencies.network-interface] version = "^2.0.0" [dependencies.pin-project-lite] version = "^0.2.15" [dependencies.reqwest] version = "^0.12.9" [dependencies.serde] version = "^1.0.214" [dependencies.serde_urlencoded] version = "^0.7.1" [dependencies.thiserror] version = "^2.0.3" [dependencies.tokio] version = "^1.41.1" features = [ "full", "tracing", ] [dependencies.tracing] version = "^0.1.40" features = ["valuable"] [dependencies.valuable] version = "^0.1.0" features = ["derive"] [dev-dependencies.tempfile] version = "^3.14.0" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "macos"))'.dependencies.libc] version = "^0.2" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "^0.58.0" features = [ "Win32_Devices_Communication", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Registry", "Win32_System_Threading", ] default-features = false