# 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 = "nick-name" version = "0.1.2" authors = ["oligami "] description = """ A Cross-Platform Rust user define device-name(nick-name) get set library. """ homepage = "https://github.com/nziq53/nickname" readme = "README.md" keywords = [ "devicename", "nickname", "ffi", "utility", ] categories = ["hardware-support"] license = "MIT/Apache-2.0/BSD-3-Clause" repository = "https://github.com/nziq53/nickname" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-msvc", "i686-pc-windows-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "arm-unknown-linux-gnueabi", "arm-unknown-linux-gnueabihf", "armv7-unknown-linux-gnueabihf", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-linux-musl", "x86_64-unknown-netbsd", "loongarch64-unknown-linux-gnu", "aarch64-apple-darwin", "aarch64-pc-windows-msvc", "aarch64-linux-android", "arm-linux-androideabi", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android", "aarch64-apple-ios", "x86_64-apple-ios", "aarch64-apple-ios-sim", ] [lib] path = "rust/lib.rs" [dependencies.cfg-if] version = "1" [dependencies.thiserror] version = "1.0" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc] version = "0.5.0" package = "objc2" [target."cfg(any(unix, target_os = \"redox\", target_os = \"macos\", target_os = \"wasi\"))".dependencies.libc] version = "0.2" [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.21" [target."cfg(target_os = \"android\")".dependencies.ndk-context] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "winnt", "winbase", "l2cmn", "sysinfoapi", "winsock2", "iptypes", ]