# 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 = "oglo-cpu-asm" version = "1.4.0" authors = ["Jackson Novak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Official assembler implementation for Oglo CPU." readme = "README.md" license = "MIT" repository = "https://gitlab.com/Oglo12/oglo-cpu-asm" [profile.bench] lto = "thin" debug = 1 strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [[bin]] name = "oglo-cpu-asm" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.enum-kinds] version = "0.5.1" [dependencies.hashbrown] version = "0.14.5" [dependencies.owo-colors] version = "4.0.0"