# 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 = "dynast" version = "0.11.0" authors = ["Andreas Maier "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Feynman graph topology identification" readme = "Readme.md" keywords = [ "physics", "graph-algorithms", ] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/a-maier/dynast" [lib] name = "dynast" path = "src/lib.rs" [[bin]] name = "dynast" path = "src/main.rs" [dependencies.ahash] version = "0.8" features = ["serde"] [dependencies.anyhow] version = "1.0" [dependencies.biconnected-components] version = "0.3.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.derivative] version = "2.2" [dependencies.env_logger] version = "0.11" [dependencies.indexmap] version = "2.0" features = ["serde"] [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.math-symbols] version = "0.1" [dependencies.nalgebra] version = "0.33" [dependencies.nauty-pet] version = "0.12" features = ["stable"] [dependencies.nom] version = "7" [dependencies.num-traits] version = "0.2" [dependencies.petgraph] version = "0.6" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [build-dependencies.vergen-gitcl] version = "1.0"