# 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 = "anchorpy_core" version = "0.2.0" include = [ "/src", "/LICENSE", "/pyproject.toml", ] description = "Python bindings for Anchor Rust code" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kevinheavey/anchorpy-core" [lib] name = "anchorpy_core" crate-type = [ "cdylib", "rlib", ] [dependencies.anchor-syn] version = "0.29.0" features = ["idl-types"] [dependencies.derive_more] version = "0.99.17" [dependencies.pyo3] version = "0.17.2" features = [ "extension-module", "abi3-py37", ] [dependencies.pythonize] version = "0.17.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.solders-macros] version = "0.6.0" [dependencies.solders-traits] version = "0.9.3"