fb71d45b30
This enables clippy in CI and suppresses most of the existing warnings. We can drill down and fix those later, but this will help start getting things under control.
27 lines
563 B
TOML
27 lines
563 B
TOML
[package]
|
|
name = "core-foundation-sys"
|
|
description = "Bindings to Core Foundation for macOS"
|
|
version = "0.8.7"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
default-target = "x86_64-apple-darwin"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[features]
|
|
default = ["link"]
|
|
mac_os_10_7_support = [] # backwards compatibility
|
|
mac_os_10_8_features = [] # enables new features
|
|
# Disable to manually link. Enabled by default.
|
|
link = []
|