# 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 = "fpgrars" version = "2.4.0" authors = ["Leonardo Riether "] exclude = [ "site/", "tests/riscv-tests/", "samples/", ] description = "Fast Pretty Good RISC-V Assembly Rendering System" readme = "README.md" license = "MIT" repository = "https://github.com/LeoRiether/FPGRARS/" [profile.dev] opt-level = 1 panic = "abort" [profile.release] panic = "abort" [profile.release-lto] lto = true inherits = "release" [dependencies.byteorder] version = "1.4" [dependencies.clap] version = "4.3" features = [ "suggestions", "color", "wrap_help", "cargo", "derive", ] [dependencies.glium] version = "0.31.0" [dependencies.hashbrown] version = "0.13.2" [dependencies.lazy_static] version = "1.4" [dependencies.midir] version = "0.9" [dependencies.owo-colors] version = "3.5.0" [dependencies.parking_lot] version = "0.12" [dependencies.pixel-canvas] version = "0.2.3" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.6" [build-dependencies.clap] version = "4.3" [build-dependencies.version_check] version = "0.9" [features] show_ms = [] unb = []