# 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 = "wallet-rs" version = "0.5.0" authors = ["Shun Kakinoki"] description = "A complete wallet rust library" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/wallet-rs/wallet-rs" [lib] name = "wallet_core" crate-type = [ "staticlib", "cdylib", "lib", ] [dependencies.eyre] version = "0.6.8" [dependencies.uniffi] version = "0.23.0" [dependencies.uniffi_macros] version = "0.23.0" [dependencies.wallet-signer] version = "0.1.0" default-features = false [build-dependencies.uniffi_build] version = "0.23.0" features = ["builtin-bindgen"]