-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(c-wrapper)!: remove C bindings (#19)
* feat(c-wrapper)!: remove C bindings * chore: add Unicode-3.0 to the allowed licenses Signed-off-by: Thomas Fossati <[email protected]>
- Loading branch information
1 parent
8e1268e
commit d5a144a
Showing
18 changed files
with
32 additions
and
1,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
[workspace] | ||
members = ["rust-client", "c-wrapper"] | ||
[package] | ||
name = "veraison-apiclient" | ||
version = "0.0.1" | ||
edition = "2021" | ||
repository = "https://github.com/veraison/rust-apiclient" | ||
readme = "README.md" | ||
description = "client API for Veraison" | ||
license = "Apache-2.0" | ||
keywords = ["attestation", "verification", "veraison"] | ||
categories = ["web-programming"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
reqwest = { version = "0.11", features = ["json", "rustls-tls", "blocking"] } | ||
url = { version = "2", features = ["serde"] } | ||
base64 = "0.13.0" | ||
thiserror = "1" | ||
serde = "1.0.144" | ||
chrono = { version = "0.4", default-features = false, features = ["serde"] } | ||
jsonwebkey = { version = "0.3.5", features = ["pkcs-convert"] } | ||
|
||
[dependencies.serde_with] | ||
version = "1.14.0" | ||
features = ["base64", "chrono"] | ||
|
||
[dev-dependencies] | ||
wiremock = "0.5" | ||
async-std = { version = "1.6.5", features = ["attributes"] } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
144 changes: 0 additions & 144 deletions
144
c-wrapper/c-examples/challenge_response/challenge_response.c
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
c-wrapper/c-examples/challenge_response/wiremock/mappings/challenge_response.json
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
c-wrapper/c-examples/challenge_response/wiremock/mappings/discovery_verification.json
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
c-wrapper/c-examples/challenge_response/wiremock/mappings/new_session.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.