# 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 = "saxaboom-runtime" version = "0.2.0-beta.1+irconverter-2.0.4" authors = ["Traverse Research "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime definitions for Metal Shader Converter" homepage = "https://traverseresearch.nl" readme = "README.md" keywords = [ "metal", "shader", "metal_irconverter", "apple", "macos", ] categories = [ "api-bindings", "external-ffi-bindings", "graphics", ] license = "Apache-2.0" repository = "https://github.com/Traverse-Research/saxaboom" [package.metadata.docs.rs] targets = [ "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "x86_64-apple-darwin", "x86_64-apple-ios", ] [lib] name = "saxaboom_runtime" path = "src/lib.rs" [dependencies.metal] version = "0.29" default-features = false