# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "macchina-read" version = "0.1.3" authors = ["grtcdr ", "Marvin Haschker "] build = "build.rs" description = "Provides the fetching capabilities for Macchina." readme = "README.md" keywords = ["system", "fetch", "cli"] license = "MIT" repository = "https://github.com/grtcdr/macchina" [dependencies.cfg-if] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.88" [dependencies.local_ipaddress] version = "0.1.3" [target."cfg(any(target_os = \"linux\", target_os = \"netbsd\"))".dependencies.os-release] version = "0.1" [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.sysctl] version = "0.4.0" [target."cfg(target_os = \"linux\")".dependencies.sqlite] version = "0.25.3" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.1" [target."cfg(target_os = \"macos\")".dependencies.mach] version = "0.3.2" [target."cfg(target_os = \"netbsd\")".dependencies.nix] version = "0.20.0" [target."cfg(target_os = \"netbsd\")".dependencies.regex] version = "1.4.5" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.4.0" [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "0.8.0" [target."cfg(target_os = \"windows\")".build-dependencies.windows] version = "0.4.0"