# 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 = "dianac" version = "0.2.0" authors = ["Owen Friedman <5-pebble@protonmail.com>"] description = "An emulator, compiler, and interpreter for the Diana Compiled Language" homepage = "https://github.com/5-pebbles/dianac" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/5-pebbles/dianac" [dependencies.arbitrary-int] version = "1.2.7" [dependencies.bimap] version = "0.6.3" [dependencies.bitbybit] version = "1.3.2" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.strum] version = "0.26.3" features = ["derive"]