RPM build fix (reverted CI changes which will need to be un-reverted or made conditional) and vendor Rust dependencies to make builds much faster in any CI system.
This commit is contained in:
85
zeroidc/vendor/security-framework/Cargo.toml
vendored
Normal file
85
zeroidc/vendor/security-framework/Cargo.toml
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
# 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 = "2018"
|
||||
name = "security-framework"
|
||||
version = "2.6.1"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
|
||||
exclude = ["test/*"]
|
||||
description = "Security.framework bindings for macOS and iOS"
|
||||
homepage = "https://lib.rs/crates/security_framework"
|
||||
documentation = "https://docs.rs/security_framework"
|
||||
readme = "README.md"
|
||||
keywords = ["iOS", "TLS", "SSL", "crypto", "keychain"]
|
||||
categories = ["os::macos-apis", "cryptography", "api-bindings"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/kornelski/rust-security-framework"
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-apple-darwin", "aarch64-apple-ios"]
|
||||
|
||||
[[example]]
|
||||
name = "client"
|
||||
|
||||
[[example]]
|
||||
name = "find_internet_password"
|
||||
|
||||
[[example]]
|
||||
name = "set_internet_password"
|
||||
[dependencies.bitflags]
|
||||
version = "1.3.2"
|
||||
|
||||
[dependencies.core-foundation]
|
||||
version = "0.9.2"
|
||||
|
||||
[dependencies.core-foundation-sys]
|
||||
version = "0.8.3"
|
||||
|
||||
[dependencies.libc]
|
||||
version = "0.2.100"
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4.14"
|
||||
optional = true
|
||||
|
||||
[dependencies.num-bigint]
|
||||
version = "0.4.3"
|
||||
optional = true
|
||||
|
||||
[dependencies.security-framework-sys]
|
||||
version = "2.6.0"
|
||||
default-features = false
|
||||
[dev-dependencies.env_logger]
|
||||
version = "0.9.0"
|
||||
|
||||
[dev-dependencies.hex]
|
||||
version = "0.4.3"
|
||||
|
||||
[dev-dependencies.tempdir]
|
||||
version = "0.3.7"
|
||||
|
||||
[dev-dependencies.x509-parser]
|
||||
version = "0.12.0"
|
||||
|
||||
[features]
|
||||
OSX_10_10 = ["OSX_10_9", "security-framework-sys/OSX_10_10"]
|
||||
OSX_10_11 = ["OSX_10_10", "security-framework-sys/OSX_10_11"]
|
||||
OSX_10_12 = ["OSX_10_11", "security-framework-sys/OSX_10_12"]
|
||||
OSX_10_13 = ["OSX_10_12", "security-framework-sys/OSX_10_13", "alpn", "session-tickets", "serial-number-bigint"]
|
||||
OSX_10_14 = ["OSX_10_13", "security-framework-sys/OSX_10_14"]
|
||||
OSX_10_9 = ["security-framework-sys/OSX_10_9"]
|
||||
alpn = []
|
||||
default = ["OSX_10_9"]
|
||||
nightly = []
|
||||
serial-number-bigint = ["num-bigint"]
|
||||
session-tickets = []
|
||||
[badges.maintenance]
|
||||
status = "passively-maintained"
|
||||
Reference in New Issue
Block a user