# 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 = "baltic-id" version = "0.0.2" description = "Baltic ID-Card, Smart-ID & Mobile-ID Api client library for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/itsbalamurali/baltic-id-rs" [lib] name = "baltic_id" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.21.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.hex] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.x509-parser] version = "0.15"