# 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 = "lldb-sys" version = "0.0.30" authors = ["Bruce Mitchener "] build = "build.rs" description = "Raw bindings to the LLDB C++ API. LLDB is the debugger that is part of the LLVM project and is the default system debugger on Mac OS X. Building and using this is currently slightly tricky, so be sure to see the README.md in the repository." homepage = "https://github.com/endoli/lldb-sys.rs" readme = "README.md" keywords = [ "lldb", "debugger", ] categories = [ "external-ffi-bindings", "development-tools::debugging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/endoli/lldb-sys.rs" [[example]] name = "barebones" path = "examples/barebones/main.rs" [dependencies.bitflags] version = "2" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1" [features]