# 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 = "py-rustitude" version = "0.10.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to create and operate models for particle physics amplitude analyses" readme = "README.md" license-file = "LICENSE" [lib] name = "rustitude" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.ganesh] version = "0.6.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.pyo3] version = "0.22.0" features = [ "num-complex", "abi3-py37", "py-clone", ] [dependencies.rayon] version = "1.10.0" [dependencies.rustitude] version = "0.10.3" [dependencies.rustitude-core] version = "9.0.0" [dependencies.rustitude-gluex] version = "0.6.2" [features] default = []