# 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 = "galvan-transpiler" version = "0.0.0-dev09" authors = ["Antonius Naumann"] description = "Transpiler for the Galvan programming language" license = "MIT" [[bin]] name = "galvan-transpile" path = "src/main.rs" required-features = ["exec"] [dependencies.convert_case] version = "0.6.0" [dependencies.derive_more] version = "0.99.17" [dependencies.galvan-ast] version = "0.0.0-dev09" [dependencies.galvan-files] version = "0.0.0-dev09" [dependencies.galvan-resolver] version = "0.0.0-dev09" [dependencies.itertools] version = "0.12.0" [dependencies.regex] version = "1.10.2" [dependencies.thiserror] version = "1.0.51" [dev-dependencies.galvan-test-macro] version = "0.0.0-dev09" [features] exec = ["galvan-files/exec"]