# 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 = "tesseract-swift-utils" version = "0.5.6" authors = [ "Daniel Leping", "Yehor Popovych", "Tesseract Systems, Inc.", ] description = "Tesseract interop helpers for Swift. Check tesseract-swift crate for full SDK." homepage = "https://github.com/tesseract-one/" documentation = "https://github.com/tesseract-one/Tesseract.swift" readme = "README.md" keywords = [ "blockchain", "dApp", "wallet", "mobile", "bridge", ] categories = [ "api-bindings", "authentication", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/tesseract-one/Tesseract.swift" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" optional = true [features] bigint = ["dep:num-bigint"]