# 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 = "meritrank" version = "0.4.0" authors = ["Vladimir Radkevich "] description = "MeritRank is a Rust library for computing merit scores and rankings in a directed graph." readme = "README.md" license = "MIT" [lib] name = "meritrank" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "meritrank" path = "src/main.rs" [[test]] name = "test_dumps" path = "tests/test_dumps.rs" [dependencies.csv] version = "1.1.6" [dependencies.fixedbitset] version = "0.2.0" [dependencies.flate2] version = "1.0.20" [dependencies.indexmap] version = "1.8.0" [dependencies.num-traits] version = "0.2.14" [dependencies.once_cell] version = "1.8.0" [dependencies.ordered-float] version = "1.0" [dependencies.petgraph] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.uuid] version = "1.3.3"