# 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_rs" version = "140.0.0" authors = ["The Mun Team "] description = "Bindings for LLD" homepage = "https://github.com/mun-lang/lld-rs" readme = "README.md" keywords = [ "lld", "llvm", ] categories = [ "linkers", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mun-lang/lld-rs" [dependencies.libc] version = "0.2.138" [dependencies.llvm-sys] version = "140.0.3" [build-dependencies.cc] version = "1.0" [build-dependencies.lazy_static] version = "1.4" [build-dependencies.semver] version = "1.0"