# 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 = "dusklang" version = "0.1.6" authors = ["Zach "] default-run = "dusk" description = "This crate contains a compiler for the Dusk programming language" homepage = "https://dusklang.org/" readme = "README.md" license = "MIT" repository = "https://github.com/dusklang/dusk" [[bin]] name = "dusk" path = "src/main.rs" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.dusk_dire] version = "0.1" [dependencies.glium] version = "0.30.2" optional = true default-features = true [dependencies.imgui] version = "0.8.2" features = ["tables-api"] optional = true [dependencies.imgui-glium-renderer] version = "0.8.2" optional = true [dependencies.imgui-winit-support] version = "0.8.2" optional = true [dependencies.interprocess] version = "1.1.1" optional = true [dependencies.libdusk] version = "0.1" [dependencies.rand] version = "0.8" optional = true [features] dvd = [ "libdusk/dvd", "dep:glium", "dep:imgui", "dep:rand", "dep:imgui-winit-support", "dep:interprocess", "dep:imgui-glium-renderer", ]