# 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.6" authors = ["Cynthia "] 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", ] [dependencies.bytes] version = "^1.6.0" [dependencies.configparser] version = "^3.0.4" [dependencies.fnv] version = "^1.0.7" [dependencies.futures] version = "^0.3.30" [dependencies.hyper] version = "^0.14.28" features = [ "http1", "client", "runtime", "stream", ] [dependencies.local-ip-address] version = "^0.6.1" [dependencies.mac_address] version = "^1.1.5" [dependencies.miette] version = "^7.2.0" features = ["fancy"] [dependencies.network-interface] version = "^1.1.2" [dependencies.pin-project-lite] version = "^0.2.14" [dependencies.serde] version = "^1.0.197" [dependencies.serde_urlencoded] version = "^0.7.1" [dependencies.thiserror] version = "^1.0.58" [dependencies.tokio] version = "^1.37.0" features = [ "full", "tracing", ] [dependencies.tracing] version = "^0.1.40" features = ["valuable"] [dependencies.valuable] version = "^0.1.0" features = ["derive"] [dev-dependencies.once_cell] version = "^1.19.0" [dev-dependencies.tempfile] version = "^3.10.1" [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.54.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