# 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 = "pyonear" version = "0.2.0" include = [ "/src", "/LICENSE", "/pyproject.toml", ] description = "Python bindings for NEAR Rust primitives." readme = "README.md" license = "MIT" repository = "https://github.com/kevinheavey/pyonear" [lib] name = "pyonear" crate-type = [ "cdylib", "rlib", ] [dependencies.borsh] version = "0.9.3" [dependencies.derive_more] version = "0.99.17" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.near-crypto] version = "0.15.0" [dependencies.near-primitives] version = "0.15.0" features = ["nightly"] [dependencies.near-primitives-core] version = "0.15.0" [dependencies.near-vm-errors] version = "0.15.0" [dependencies.pyo3] version = "0.18.0" features = [ "macros", "extension-module", "abi3-py37", ] [dependencies.secp256k1] version = "0.24" [dependencies.serde] version = "^1.0.136" [dependencies.serde_json] version = "^1.0.59" [dependencies.serde_with] version = "2.1.0" [dependencies.solders-macros] version = "0.14.1" [dependencies.solders-traits] version = "0.14.1"