# 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-core" version = "9.0.0" authors = ["Nathaniel Dene Hoffman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to create and operate models for particle physics amplitude analyses" 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_core" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.approx] version = "0.5.1" features = ["num-complex"] [dependencies.dyn-clone] version = "1.0.17" [dependencies.fastrand] version = "2.1.0" [dependencies.ganesh] version = "0.6.0" [dependencies.itertools] version = "0.13.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.num] version = "0.4.3" [dependencies.num-complex] version = "0.4.6" [dependencies.num-traits] version = "0.2.19" [dependencies.oxyroot] version = "0.1.24" [dependencies.parking_lot] version = "0.12.3" [dependencies.parquet] version = "52.0.0" [dependencies.pyo3] version = "0.22.0" features = [ "num-complex", "abi3-py37", "py-clone", ] [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" [dev-dependencies.sphrs] version = "0.2.2" [features] default = []