blob: 291af829a2335e610dc3e878d67b9fb4ed69e8cd [file] [log] [blame]
# 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.6.1"
authors = [
"Chris Fallin <[email protected]>",
"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 = true
debug-assertions = true
overflow-checks = true
[dependencies.fxhash]
version = "0.2.1"
[dependencies.libfuzzer-sys]
version = "0.4.2"
optional = true
[dependencies.log]
version = "0.4.8"
default-features = false
[dependencies.serde]
version = "1.0.136"
features = ["derive"]
optional = true
[dependencies.slice-group-by]
version = "0.3.0"
[dependencies.smallvec]
version = "1.6.1"
features = ["union"]
[features]
checker = []
default = []
enable-serde = ["serde"]
fuzzing = [
"libfuzzer-sys",
"checker",
"trace-log",
]
trace-log = []