Sha256: 0d17357476a7644d275a4fecfef6101aaa206e6ec07ce1daa2ac1d2ceb152fef
Contents?: true
Size: 1.8 KB
Versions: 2
Compression:
Stored size: 1.8 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 = "2018" name = "regalloc2" version = "0.11.1" authors = [ "Chris Fallin <chris@cfallin.org>", "Mozilla SpiderMonkey Developers", ] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Backtracking register allocator inspired from IonMonkey" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/regalloc2" [profile.release] debug = 2 debug-assertions = true overflow-checks = true [lib] name = "regalloc2" path = "src/lib.rs" [dependencies.allocator-api2] version = "0.2.18" features = ["alloc"] default-features = false [dependencies.bumpalo] version = "3.16.0" features = ["allocator-api2"] [dependencies.hashbrown] version = "0.15" features = [] default-features = false [dependencies.libfuzzer-sys] version = "0.4.2" optional = true [dependencies.log] version = "0.4.8" default-features = false [dependencies.rustc-hash] version = "2.0.0" default-features = false [dependencies.serde] version = "1.0.136" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.smallvec] version = "1.6.1" features = ["union"] [features] checker = [] default = ["std"] enable-serde = ["serde"] fuzzing = [ "libfuzzer-sys", "checker", "trace-log", ] std = [] trace-log = []
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/regalloc2-0.11.1/Cargo.toml |
wasmtime-28.0.0 | ./ext/cargo-vendor/regalloc2-0.11.1/Cargo.toml |