# 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 = "filtration-domination" version = "0.0.1" authors = ["Ángel Javier Alonso "] include = [ "src/**/*.rs", "Cargo.toml", ] description = "Algorithms to reduce bifiltered graphs while maintaining the topology of their clique complex." homepage = "https://github.com/aj-alonso/filtration_domination" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aj-alonso/filtration_domination" [profile.release] lto = "fat" codegen-units = 1 [dependencies.litemap] version = "0.3.0" [dependencies.num] version = "0.4.0" [dependencies.ordered-float] version = "2.8.0" features = ["rand"] [dependencies.rand] version = "0.8.5" [dependencies.rustc-hash] version = "1.1.0" [dependencies.sorted-iter] version = "0.1.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.56" [dev-dependencies.clap] version = "3.1.9" features = ["derive"] [dev-dependencies.paste] version = "1.0.6"