Skip to content

Commit

Permalink
feat(c-wrapper)!: remove C bindings (#19)
Browse files Browse the repository at this point in the history
* 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
thomas-fossati authored Dec 10, 2024
1 parent 8e1268e commit d5a144a
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 1,310 deletions.
31 changes: 29 additions & 2 deletions Cargo.toml
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"] }
3 changes: 0 additions & 3 deletions c-wrapper/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions c-wrapper/Cargo.toml

This file was deleted.

17 changes: 0 additions & 17 deletions c-wrapper/build.rs

This file was deleted.

3 changes: 0 additions & 3 deletions c-wrapper/c-examples/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions c-wrapper/c-examples/challenge_response/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions c-wrapper/c-examples/challenge_response/Makefile.darwin

This file was deleted.

20 changes: 0 additions & 20 deletions c-wrapper/c-examples/challenge_response/build.mk

This file was deleted.

144 changes: 0 additions & 144 deletions c-wrapper/c-examples/challenge_response/challenge_response.c

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d5a144a

Please sign in to comment.