# 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 = "tblgen-alt" version = "0.4.0" authors = ["Daan Vanoverloop"] build = "build.rs" exclude = ["doc/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Rust bindings for TableGen. Alternative updated version." documentation = "https://danacus.gitlab.io/tblgen-rs/tblgen/" readme = "README.md" keywords = [ "llvm", "tablegen", "bindings", "wrapper", ] categories = ["development-tools::ffi"] license = "MIT OR Apache-2.0" repository = "https://github.com/edg-l/tblgen-rs-alt" [lib] name = "tblgen_alt" path = "src/lib.rs" [dependencies.paste] version = "1.0.15" [dependencies.thiserror] version = "1.0.61" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0.98" [features] default = ["llvm19-0"] llvm16-0 = [] llvm17-0 = [] llvm18-0 = [] llvm19-0 = []