# 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 = "beryllium" version = "0.13.3" description = "Opinionated wrapper for `fermium`." readme = "README.md" license = "Zlib OR Apache-2.0 OR MIT" repository = "https://github.com/Lokathor/beryllium" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = ["cargo_check"] [[example]] name = "ash_init" required-features = ["vulkan"] [dependencies.bytemuck] version = "1" [dependencies.fermium] version = "22605.0.0" [dependencies.pixel_formats] version = "0.1.5" [dependencies.raw_vulkan_handle] version = "0.1.1" optional = true [dependencies.zstring] version = "0.2.4" features = ["alloc"] [dev-dependencies.ash] version = "0.37.2" default-features = false [features] cargo_check = ["fermium/cargo_check"] vulkan = [ "raw_vulkan_handle", "fermium/vulkan", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc] version = "0.2"