# 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 = "2021" rust-version = "1.74.1" name = "etsi014-client" version = "0.1.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "ETSI GS QKD 014 client library" readme = "README.md" keywords = [ "etsi", "qkd", ] categories = [ "api-bindings", "cryptography", ] license = "MIT" repository = "https://github.com/TUe-QTS/ETSI-QKD014-client" [lib] name = "etsi014_client" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.libc] version = "0.2.158" [dependencies.reqwest] version = "0.12.7" features = ["native-tls"] [dependencies.secrets] version = "1.2.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tokio] version = "1.39.3" [dependencies.url] version = "2.5.2" [build-dependencies.cbindgen] version = "0.27.0"