# 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 = "aneurysm" version = "0.1.1" exclude = [ ".vscode", ".github", ] publish = true description = "Yet Another Brainf**k interpreter" readme = "README.md" license = "MIT" repository = "https://github.com/Oakchris1955/rust-aneurysm" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.bimap] version = "0.6.3" [dependencies.clap] version = "4.3.3" features = [ "cargo", "derive", ] [dependencies.console] version = "0.15.8" [dependencies.log] version = "0.4.21" [dependencies.simple_logger] version = "5.0.0" features = ["stderr"] [dependencies.thousands] version = "0.2.0"