feat: hatter fork
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -1459,9 +1459,10 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rust-crypto"
|
name = "rust-crypto-hatter-fork"
|
||||||
version = "0.2.36"
|
version = "0.2.36"
|
||||||
source = "git+https://github.com/jht5945/rust-crypto.git#71627b888929297f3eb0b5c685f516aa0764d540"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d98d0ee2782d25af4e3f61fe6def8aba687f2ee821a575a47595eb4642429b02"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.7",
|
"base64 0.21.7",
|
||||||
"gcc",
|
"gcc",
|
||||||
@@ -1893,7 +1894,7 @@ dependencies = [
|
|||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"rpassword",
|
"rpassword",
|
||||||
"rsa",
|
"rsa",
|
||||||
"rust-crypto",
|
"rust-crypto-hatter-fork",
|
||||||
"rust_util",
|
"rust_util",
|
||||||
"secrecy 0.10.3",
|
"secrecy 0.10.3",
|
||||||
"security-framework",
|
"security-framework",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ rand = "0.8"
|
|||||||
# reqwest = { version = "0.11", features = ["blocking", "rustls", "rustls-tls"] }
|
# reqwest = { version = "0.11", features = ["blocking", "rustls", "rustls-tls"] }
|
||||||
rpassword = "7.3"
|
rpassword = "7.3"
|
||||||
rsa = { version = "0.9", features = ["pem"] }
|
rsa = { version = "0.9", features = ["pem"] }
|
||||||
rust-crypto = "0.2"
|
rust-crypto-hatter-fork = "0.2"
|
||||||
rust_util = "0.6"
|
rust_util = "0.6"
|
||||||
security-framework = { version = "3.0", features = ["OSX_10_15"], optional = true }
|
security-framework = { version = "3.0", features = ["OSX_10_15"], optional = true }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
@@ -56,9 +56,6 @@ ctrlc = "3.4"
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
swift-rs = { path = "swift-rs", features = ["build"], optional = true }
|
swift-rs = { path = "swift-rs", features = ["build"], optional = true }
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
rust-crypto = { git = "https://github.com/jht5945/rust-crypto.git" }
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = 'z'
|
opt-level = 'z'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "swift-rs"
|
name = "swift-rs-hatter-fork"
|
||||||
version = "1.0.6"
|
version = "1.0.6"
|
||||||
description = "Call Swift from Rust with ease!"
|
description = "Call Swift from Rust with ease!"
|
||||||
authors = ["The swift-rs contributors"]
|
authors = ["The swift-rs contributors"]
|
||||||
|
|||||||
Reference in New Issue
Block a user