[go: up one dir, main page]

cranelift-object 0.123.3

Emit Cranelift output to native object files with `object`
Documentation
[dependencies.anyhow]
default-features = false
version = "1.0.93"

[dependencies.cranelift-codegen]
default-features = false
features = ["std", "unwind", "std"]
version = "0.123.3"

[dependencies.cranelift-control]
version = "0.123.3"

[dependencies.cranelift-module]
version = "0.123.3"

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

[dependencies.object]
default-features = false
features = ["read_core", "elf", "write", "std"]
version = "0.37.0"

[dependencies.target-lexicon]
version = "0.13.0"

[dev-dependencies.cranelift-codegen]
default-features = false
features = ["std", "unwind", "x86"]
version = "0.123.3"

[dev-dependencies.cranelift-entity]
version = "0.123.3"

[dev-dependencies.cranelift-frontend]
version = "0.123.3"

[lib]
name = "cranelift_object"
path = "src/lib.rs"

[lints.clippy]
allow_attributes_without_reason = "warn"
clone_on_copy = "warn"
from_over_into = "warn"
manual_strip = "warn"
map_clone = "warn"
redundant_field_names = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
useless_conversion = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(pulley_tail_calls)", "cfg(pulley_assume_llvm_makes_tail_calls)", "cfg(pulley_disable_interp_simd)"]
level = "warn"
priority = 0

[package]
authors = ["The Cranelift Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Emit Cranelift output to native object files with `object`"
documentation = "https://docs.rs/cranelift-object"
edition = "2024"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-object"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
resolver = "2"
rust-version = "1.86.0"
version = "0.123.3"

[[test]]
name = "basic"
path = "tests/basic.rs"