# 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" rust-version = "1.60.0" name = "dispatchr" version = "1.0.0" authors = ["Drew Crawford "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Drew's Rust bindings for libdispatch, a.k.a. GCD" homepage = "https://sealedabstract.com/code/dispatchr" readme = "README.md" keywords = [ "libdispatch", "gcd", "dispatch", "macos", "apple", ] categories = [ "os::macos-apis", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drewcrawford/dispatchr" [lib] name = "dispatchr" path = "src/lib.rs" [[test]] name = "main_sync" path = "tests/main_sync/main.rs" harness = false [[bench]] name = "dispatch_read" path = "benches/dispatch_read.rs" harness = false [dependencies.blocksr] version = "~1" [dependencies.libc] version = "~0" [dependencies.objr] version = "~1" optional = true [dependencies.priority] version = "~0" [dev-dependencies.criterion] version = "0.3" [features] bridge = ["objr"]