# 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 = "lwk_bindings" version = "0.8.0" description = "Liquid Wallet Kit - Bindings for other languages" documentation = "https://docs.rs/lwk_bindings" readme = "README.md" license = "MIT OR BSD-2-Clause" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "lwk" crate-type = [ "staticlib", "cdylib", "rlib", ] [dependencies.elements] version = "0.25.0" [dependencies.lwk_common] version = "0.8.0" [dependencies.lwk_signer] version = "0.8.0" [dependencies.lwk_test_util] version = "0.8.0" [dependencies.lwk_wollet] version = "0.8.0" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.50" [dependencies.uniffi] version = "0.26.1" features = ["bindgen-tests"] [build-dependencies.uniffi] version = "0.26.1" features = ["build"] [features] foreign_bindings = []