# 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" version = "0.0.11" authors = ["Bruce Mitchener "] description = "Rust-like bindings to the public LLDB API. LLDB is the debugger from the LLVM project and is the system debugger on macOS." homepage = "https://github.com/endoli/lldb.rs" documentation = "https://docs.rs/lldb/latest/lldb/" readme = "README.md" keywords = [ "lldb", "debugger", ] categories = [ "api-bindings", "development-tools::debugging", ] license = "MIT/Apache-2.0" repository = "https://github.com/endoli/lldb.rs" resolver = "2" [[example]] name = "basic_synchronous" [dependencies.juniper] version = "0.15" optional = true [dependencies.libc] version = "0.2" [dependencies.lldb-sys] version = "0.0.29" [features] graphql = ["juniper"]