# 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] name = "darwin-webkit" version = "0.2.0" authors = ["Pedro Tacla Yamada "] description = "Bindings to some of the WebKit's API on MacOS for Rust" readme = "README.md" keywords = [ "macos", "webkit", "cocoa", ] license = "MIT" repository = "https://github.com/yamadapc/rust-darwin-webkit" [dev-dependencies.criterion] version = "0.5.1" [target."cfg(target_os = \"macos\")".dependencies.block] version = "0.1.6" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.25.0" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.23.1" [target."cfg(target_os = \"macos\")".dependencies.dispatch] version = "0.2.0" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2.45" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.5"