[dependencies.libc]
version = "0.2"
[lib]
crate-type = ["lib", "cdylib"]
name = "rusty_cffi"
[package]
authors = ["Timo Betcke"]
categories = ["mathematics", "science"]
description = "Tools for interfacing with other languages via CFFI."
edition = "2021"
homepage = "https://github.com/rusty-fast-solvers/rusty-cffi"
keywords = ["numerics"]
license = "BSD-3-Clause"
name = "rusty-cffi"
readme = "README.md"
repository = "https://github.com/rusty-fast-solvers/rusty-cffi"
resolver = "2"
version = "0.0.2"
[package.metadata.maturin]
python-source = "python"