# 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" rust-version = "1.78.0" name = "cranelift-codegen-shared" version = "0.112.3" authors = ["The Cranelift Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "For code shared between cranelift-codegen-meta and cranelift-codegen" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [lib] name = "cranelift_codegen_shared" path = "src/lib.rs" [dependencies]