rust/Cargo.toml
dependabot[bot] 6384b12604
Bump libc from 0.2.48 to 0.2.49
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.48 to 0.2.49.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.48...0.2.49)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-27 09:35:15 +00:00

45 lines
1.3 KiB
TOML

cargo-features = ["profile-overrides"]
[package]
name = "rustc_codegen_cranelift"
version = "0.1.0"
authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
edition = "2018"
[lib]
crate-type = ["dylib"]
[dependencies]
#cranelift = "0.14.0"
#cranelift-module = "0.14.0"
#cranelift-simplejit = "0.14.0"
#cranelift-faerie = "0.14.0"
cranelift = { git = "https://github.com/CraneStation/cranelift.git" }
cranelift-module = { git = "https://github.com/CraneStation/cranelift.git" }
cranelift-simplejit = { git = "https://github.com/CraneStation/cranelift.git" }
cranelift-faerie = { git = "https://github.com/CraneStation/cranelift.git" }
target-lexicon = "0.2.0"
#goblin = "0.0.17"
ar = "0.6.1"
bitflags = "1.0.3"
byteorder = "1.2.7"
libc = "0.2.49"
tempfile = "3.0.7"
env_logger = "0.6"
gimli = { git = "https://github.com/gimli-rs/gimli.git" }
faerie = "0.7.1"
indexmap = "1.0.2"
# Uncomment to use local checkout of cranelift
#[patch."https://github.com/CraneStation/cranelift.git"]
#cranelift = { path = "../cranelift/lib/umbrella" }
#cranelift-module = { path = "../cranelift/lib/module" }
#cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
#cranelift-faerie = { path = "../cranelift/lib/faerie" }
#[patch."https://github.com/gimli-rs/gimli.git"]
#gimli = { path = "../" }
[profile.dev.overrides."*"]
opt-level = 3