# 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 = "apple-bindgen" version = "0.2.0" authors = ["Jeong YunWon "] include = [ "*.toml", "/src", ] description = "bindgen helper for Apple frameworks" readme = "README.md" keywords = [ "sys", "apple", "macos", "bindgen", ] categories = [ "api-bindings", "os::macos-apis", ] license = "BSD-2-Clause" repository = "https://github.com/youknowone/apple-sys/" [[bin]] name = "apple-bindgen" required-features = ["bin"] [dependencies.apple-sdk] version = "0.4" [dependencies.bindgen] version = "0.63" [dependencies.clap] version = "4.1" features = ["derive"] optional = true [dependencies.derive_more] version = "0.99" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.6" [features] bin = ["clap"] default = ["bin"]