# 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 = "2018" name = "inline-python-macros" version = "0.12.0" authors = [ "Mara Bos ", "Maarten de Vries ", ] description = "Macros for the inline-python crate" license = "BSD-2-Clause" repository = "https://github.com/fusion-engineering/inline-python" [lib] proc_macro = true [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.pyo3] version = "0.19" features = ["auto-initialize"] default-features = false [dependencies.quote] version = "1.0" [target."cfg(unix)".dependencies.libc] version = "0.2.71"