# 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" name = "smart-id-rust-client" version = "0.1.4" authors = ["Michallis Pashidis "] description = "Smart ID Rust Client" homepage = "https://smart-id.com" readme = "README.MD" keywords = [ "eidas", "eID", "wallet", "authentication", "signing", ] categories = ["authentication"] license = "MIT/Apache-2.0" repository = "https://github.com/Trust1Team/smart-id-rust-client" [profile.dev] opt-level = 1 split-debuginfo = "packed" strip = false [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "smart_id_rust_client" crate-type = ["lib"] path = "src/lib.rs" test = true doc = true edition = "2021" [dependencies.anyhow] version = "1.0.81" [dependencies.base64] version = "0.22.0" [dependencies.reqwest] version = "0.12.4" features = [ "json", "rustls-tls", ] [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_with] version = "3.8.0" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "json", ] [dependencies.x509-parser] version = "0.16.0" [dev-dependencies.serial_test] version = "3.1.0" features = ["async"] [dev-dependencies.serial_test_derive] version = "3.1.0" [dev-dependencies.tracing-test] version = "0.2.4"