[package] name = "pfapack" version = "0.2.0" edition = "2021" license-file = "LICENSE" description = "Rust interface for the pfapack library, a Fortran library to compute Pfaffians." repository = "https://github.com/Duumbo/pfapack-rs/tree/main" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" pfapack-sys = "0.1.1" [dependencies.num-complex] version = "0.4" default-features = false [dev-dependencies] pretty_assertions = "1" assert = "0.7.4"