Sha256: afaeb58ab018626827be7b53c21fd064c03b462244ba868ef8d5900235d4a160
Contents?: true
Size: 1.95 KB
Versions: 2
Compression:
Stored size: 1.95 KB
Contents
# 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 = "cranelift-wasm" version = "0.102.1" authors = ["The Cranelift Project Developers"] description = "Translator from WebAssembly to Cranelift IR" documentation = "https://docs.rs/cranelift-wasm" readme = "README.md" keywords = [ "webassembly", "wasm", ] categories = [ "no-std", "wasm", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [dependencies.cranelift-codegen] version = "0.102.1" features = [ "std", "unwind", ] default-features = false [dependencies.cranelift-entity] version = "0.102.1" [dependencies.cranelift-frontend] version = "0.102.1" [dependencies.hashbrown] version = "0.14" optional = true default-features = false [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.8" default-features = false [dependencies.serde] version = "1.0.188" optional = true [dependencies.serde_derive] version = "1.0.188" optional = true [dependencies.smallvec] version = "1.6.1" features = ["union"] [dependencies.wasmparser] version = "0.116.0" [dependencies.wasmtime-types] version = "15.0.1" [dev-dependencies.target-lexicon] version = "0.12.12" features = ["std"] default-features = false [dev-dependencies.wat] version = "1.0.79" [features] core = [ "hashbrown", "cranelift-codegen/core", "cranelift-frontend/core", ] default = ["std"] enable-serde = [ "serde", "serde_derive", ] std = [ "cranelift-codegen/std", "cranelift-frontend/std", ]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-15.0.1 | ./ext/cargo-vendor/cranelift-wasm-0.102.1/Cargo.toml |
wasmtime-15.0.0 | ./ext/cargo-vendor/cranelift-wasm-0.102.1/Cargo.toml |