# 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 = "epic-wallet-rust-python" version = "0.2.0" authors = [ "Grin developers", "Epic developers", "Stack-Wallet developers", "@blacktyg3r", ] description = "Python bindings for epic-wallet rust library" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/blacktyger/epic-wallet-rust-python/" resolver = "2" [lib] name = "epic_wallet_rust_python" crate-type = [ "cdylib", "rlib", ] [dependencies.epic_wallet_rust_lib] version = "0.2.0" [dependencies.pyo3] version = "0.17.3" features = ["extension-module"] [dependencies.serde_json] version = "1.0"