lld-sys 1.0.0

bindings for ld.lld core
# 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 = "lld-sys"
version = "1.0.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 = "bindings for ld.lld core"
readme = false
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/revive"

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

[dependencies.libc]
version = "0.2.172"

[build-dependencies.cc]
version = "1.2"

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