# 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 = "lambda-rs" version = "2023.1.30" description = "A framework for building cross platform graphics & compute applications." readme = "README.md" keywords = [ "graphics", "compute", ] license = "MIT" repository = "https://github.com/lambda-sh/lambda" resolver = "1" [lib] name = "lambda" path = "src/lib.rs" [dependencies.lambda-rs-logging] version = "2023.1.30" [dependencies.lambda-rs-platform] version = "2023.1.30" [dev-dependencies.cargo-audit] version = "0.16.0" [dev-dependencies.mockall] version = "0.11.3" [features] default = ["lambda-rs-platform/detect-platform"] detect-platform = ["lambda-rs-platform/detect-platform"] with-dx11 = ["lambda-rs-platform/gfx-with-dx11"] with-dx12 = ["lambda-rs-platform/gfx-with-dx12"] with-metal = ["lambda-rs-platform/gfx-with-metal"] with-opengl = ["lambda-rs-platform/gfx-with-opengl"] with-vulkan = ["lambda-rs-platform/gfx-with-vulkan"] [target."cfg(all(unix, not(target_os = \"macos\")))".dev-dependencies.cargo-tarpaulin] version = "=0.19.1"