# 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] name = "rasen" version = "0.12.0" authors = ["l3ops "] build = "build.rs" description = "Build a SPIR-V module from a data flow graph" homepage = "https://github.com/leops/rasen#readme" documentation = "https://docs.rs/rasen/" readme = "README.md" keywords = ["SPIRV", "Vulkan", "GLSL"] categories = ["development-tools", "rendering"] license = "MIT" repository = "https://github.com/leops/rasen" [dependencies.clippy] version = "0.0.177" optional = true [dependencies.error-chain] version = "0.10.0" [dependencies.fnv] version = "1.0.6" [dependencies.petgraph] version = "0.4.5" [dependencies.rspirv] version = "0.5.2" [dependencies.spirv_headers] version = "1.3.1" [dev-dependencies.pretty_assertions] version = "0.5.1" [build-dependencies.clippy] version = "0.0.177" optional = true [build-dependencies.quote] version = "0.3.15" [features] default = [] [badges.appveyor] repository = "leops/rasen" [badges.travis-ci] repository = "leops/rasen"