revive-builtins 1.1.0

compiler builtins for the revive compiler
# 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-builtins"
version = "1.1.0"
authors = [
    "Cyrill Leutwiler <cyrill@parity.io>",
    "Parity Technologies <admin@parity.io>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "compiler builtins for the revive compiler"
readme = false
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/revive"

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

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