# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "flycatcherc-clif" version = "0.1.1" authors = ["Zack "] description = "A Cranelift backend for Flycatcher's compiler." homepage = "https://github.com/redgush/rsflycatcher" license = "MIT" repository = "https://github.com/redgush/rsflycatcher" [dependencies.cranelift] version = "0.76.0" [dependencies.cranelift-codegen] version = "0.76.0" [dependencies.cranelift-frontend] version = "0.76.0" [dependencies.cranelift-module] version = "0.76.0" [dependencies.cranelift-object] version = "0.76.0" [dependencies.flycatcherc] version = "0.1.1" [dependencies.target-lexicon] version = "0.12"