# 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 = "rogue-lang" version = "0.0.0" description = "A transpiler prioritizing simplicity while maintaining performance & efficiency" license = "MIT" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = true debug-assertions = true overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false overflow-checks = false incremental = false [dependencies.colored] version = "2.0.0" [dependencies.logos] version = "0.12.1" [dependencies.rug] version = "1.18.0"