# 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 = "bp3d-os" version = "1.0.0-rc.3.0.3" authors = ["Yuri Edward "] description = "Operating System tools designed for BlockProject3D" readme = "README.MD" keywords = [ "bp3d", "tools", "os", ] categories = ["os"] license = "BSD-3-Clause" repository = "https://github.com/BlockProject3D/tools.os" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.time] version = "0.3.25" optional = true [features] assets = [ "libc", "objc", "objc-foundation", "windows-sys/Win32_System_LibraryLoader", "windows-sys/Win32_Foundation", ] cpu-info = ["raw-cpuid"] dirs = [ "objc", "objc-foundation", "windows-sys/Win32_UI_Shell", "windows-sys/Win32_Foundation", "windows-sys/Win32_System_Com", ] env = [] fs = [ "windows-sys/Win32_Storage_FileSystem", "windows-sys/Win32_Foundation", ] open = [ "fs", "zbus", "windows-sys/Win32_UI_Shell", "windows-sys/Win32_Foundation", "windows-sys/Win32_UI_WindowsAndMessaging", "objc", ] time = [ "time/std", "windows-sys/Win32_System_Time", "windows-sys/Win32_Foundation", "windows-sys/Win32_System_SystemServices", "bp3d-util/tzif", ] [target."cfg(all(not(any(target_vendor = \"apple\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\")), any(target_arch = \"x86\", target_arch = \"x86_64\")))".dependencies.raw-cpuid] version = "11.0.1" optional = true [target."cfg(all(unix, not(any(target_vendor = \"apple\", target_os = \"android\"))))".dependencies.zbus] version = "3.7.0" optional = true [target."cfg(any(target_os = \"freebsd\", target_vendor = \"apple\"))".dependencies.libc] version = "0.2" optional = true [target."cfg(target_vendor = \"apple\")".dependencies.objc] version = "0.2.7" optional = true [target."cfg(target_vendor = \"apple\")".dependencies.objc-foundation] version = "0.1.1" optional = true [target."cfg(unix)".dependencies.bp3d-util] version = "1.0.0" features = [] optional = true [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [] optional = true