Sha256: 67090876c2b99c5f3030eff5815fe1b2dd1af5bfcb69a6e7bccb22a1e397b45c

Contents?: true

Size: 1.52 KB

Versions: 16

Compression:

Stored size: 1.52 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.9.3"
authors = [
    "Chris Fallin <chris@cfallin.org>",
    "Mozilla SpiderMonkey Developers",
]
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

[dependencies.hashbrown]
version = "0.13.2"

[dependencies.libfuzzer-sys]
version = "0.4.2"
optional = true

[dependencies.log]
version = "0.4.8"
default-features = false

[dependencies.rustc-hash]
version = "1.1.0"
default-features = false

[dependencies.serde]
version = "1.0.136"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.slice-group-by]
version = "0.3.0"
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

16 entries across 16 versions & 1 rubygems

Version Path
wasmtime-24.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-23.0.2 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-22.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-21.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-20.0.2 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-20.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-18.0.3 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-17.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-17.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-16.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-15.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-15.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-14.0.4 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-14.0.3 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-14.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml
wasmtime-14.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/Cargo.toml