# 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 = "nextid_sdk" version = "1.0.0-rc2" description = "Rust SDK for NextID components" homepage = "https://next.id" readme = "README.md" license = "MIT" repository = "https://github.com/nextdotid/sdk_rust" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5" [dependencies.libsecp256k1] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.10" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2"