# 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 = "2021" name = "cygv" version = "0.1.1" authors = ["Andres Rios Tascon"] description = "Compute GV and GW invariants of CY manifolds." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ariostas/cygv" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./docs-header.html", ] [lib] name = "cygv" crate-type = [ "lib", "cdylib", ] [dependencies.ctrlc] version = "3.4.4" [dependencies.itertools] version = "0.13.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.pyo3] version = "0.22.2" features = ["abi3-py39"] [dependencies.rug] version = "1.25.0"