# 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 = "ampc" version = "0.5.0-alpha" description = "Compiler for the Amp language" homepage = "https://github.com/amp-lang/amp" readme = "README.md" license = "MIT" repository = "https://github.com/amp-lang/amp" [lib] [[bin]] name = "ampc" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.cranelift] version = "0.94.0" [dependencies.cranelift-module] version = "0.94.0" [dependencies.cranelift-native] version = "0.94.0" [dependencies.cranelift-object] version = "0.94.0" [dependencies.slot-arena] version = "0.1.0" [dependencies.target-lexicon] version = "0.12.6" [dependencies.termcolor] version = "1.2.0" [dependencies.unicode-width] version = "0.1.10" [dependencies.unicode-xid] version = "0.2.4"