# 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 = "rustitude-gluex" version = "0.6.2" authors = ["Nathaniel Dene Hoffman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GlueX Amplitudes for Rustitude" homepage = "https://github.com/denehoffman/rustitude/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/denehoffman/rustitude/" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./docs-header.html", ] [lib] name = "rustitude_gluex" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.factorial] version = "0.4.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.num] version = "0.4.3" [dependencies.num-complex] version = "0.4.6" [dependencies.pyo3] version = "0.22.0" features = [ "num-complex", "abi3-py37", "py-clone", ] [dependencies.rayon] version = "1.10.0" [dependencies.rustitude-core] version = "9.0.0" [dependencies.sphrs] version = "0.2.2" [dependencies.thiserror] version = "1.0.61" [dependencies.wigners] version = "0.3.0" [features] default = []