Skip to content

Commit

Permalink
CVPN-1554 Remove opq-sys and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-thomas-yau committed Nov 15, 2024
1 parent 4c48c20 commit f4d6d02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 159 deletions.
153 changes: 9 additions & 144 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
skip = [
{ name = "bindgen", version = "0.68.1" },
]

[sources]
unknown-registry = "deny"
Expand Down
13 changes: 1 addition & 12 deletions wolfssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,10 @@ bindgen = "0.70"
autotools = "0.2"
build-target = "0.4.0"

[dependencies.oqs-sys]
version = "0.9.1"
default-features = false
features = ["kyber"]
optional = true

[features]
default = []
debug = []
postquantum = ["dep:oqs-sys"]


[package.metadata.cargo-all-features]
# Not an actual feature
denylist = ["oqs-sys"]
postquantum = []

[[example]]
name = "connect_pq"
Expand Down

0 comments on commit f4d6d02

Please sign in to comment.