# 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 = "interoptopus_backend_cpython" version = "0.14.25" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates CPython bindings." documentation = "https://docs.rs/interoptopus_backend_cpython/" readme = "README.md" keywords = [ "ffi", "code-generation", "bindings", "python", ] categories = [ "api-bindings", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/ralfbiedert/interoptopus" [lib] name = "interoptopus_backend_cpython" path = "src/lib.rs" [[test]] name = "backend_cpython_ui" path = "tests/backend_cpython_ui.rs" [dependencies.interoptopus] version = "0.14.0" [dev-dependencies]