# 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 = "2021" rust-version = "1.78.0" name = "cranelift-serde" version = "0.113.1" authors = ["The Cranelift Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serializer/Deserializer for Cranelift IR" readme = "README.md" keywords = [ "webassembly", "serde", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [[bin]] name = "clif-json" path = "src/clif-json.rs" [dependencies.clap] version = "4.5.17" features = [ "std", "derive", ] default-features = false [dependencies.cranelift-codegen] version = "0.113.1" features = [ "std", "unwind", "enable-serde", ] default-features = false [dependencies.cranelift-reader] version = "0.113.1" [dependencies.serde_json] version = "1.0.80" [lints.clippy] clone_on_copy = "warn" manual_strip = "warn" map_clone = "warn" uninlined_format_args = "warn" unnecessary_cast = "warn" unnecessary_fallible_conversions = "warn" unnecessary_mut_passed = "warn" unnecessary_to_owned = "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"