[]
= "aderyn_py"
= "0.1.2"
= "2021"
= ["Alex Roan <alex@cyfrin.io>"]
= "Rust based Solidity AST analyzer python bindings"
= "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[]
= "aderynpy"
# "cdylib" is necessary to produce a shared library for Python to import from.
= ["cdylib"]
[]
= { = "../aderyn_driver", = "0.1.2" }
[]
= "0.19.0"
# "abi3-py38" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.8
= ["abi3-py37"]