# 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 = "tegra-rcm" version = "0.7.1" authors = ["Ethan Budd "] description = "A library to help exploit the bootROM exploit for the Tegra X1's RCM mode" readme = "README.md" keywords = [ "exploit", "cross-platform", ] categories = [ "os", "hardware-support", ] license = "GPL-2.0-or-later" repository = "https://github.com/budde25/switcheroo" [dependencies.cfg-if] version = "1.0.0" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.62" [features] notify = ["dep:notify"] [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.rusb] version = "0.9.4" [target."cfg(target_os = \"linux\")".dependencies.glob] version = "0.3.1" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "0.29.0" features = ["ioctl"] [target."cfg(target_os = \"linux\")".dependencies.notify] version = "6.1.1" optional = true [target."cfg(target_os = \"windows\")".dependencies.libusbk] version = "0.2.0" features = ["vendored"] [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = [ "ioapiset", "errhandlingapi", ] [lints.rust] dead_code = "allow" missing_debug_implementations = "deny" missing_docs = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny"