revive-stdlib 1.1.0

revive compiler stdlib components
# 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"
name = "revive-stdlib"
version = "1.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "revive compiler stdlib components"
readme = false
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/revive"

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

[dependencies.inkwell]
version = "0.9.0"
features = [
    "serde",
    "llvm21-1",
    "no-libffi-linking",
    "target-riscv",
    "target-riscv",
    "no-libffi-linking",
    "llvm21-1",
]
default-features = false

[build-dependencies.revive-build-utils]
version = "1.1.0"