# 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" version = "0.10.3" 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" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [[bench]] name = "kmatrix" path = "benches/kmatrix.rs" harness = false [[bench]] name = "read_dataset" path = "benches/read_dataset.rs" harness = false [dependencies.rustitude-core] version = "9.0.0" [dependencies.rustitude-gluex] version = "0.6.2" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.num_cpus] version = "1.16.0" [dev-dependencies.rand] version = "0.8.5" [features] default = ["gluex"] gluex = ["dep:rustitude-gluex"]