# 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 = "2018" name = "net_ensembles" version = "0.5.0" authors = ["Yannick Feld"] exclude = ["TestData/*", "tests/*", "benches/*", "CHANGELOG.md", "CHECKLIST*.md", ".github/*", "*code-workspace", ".gitignore"] description = "Erdős-Rényi and small world ensembles. For simple sampling, Markov chains etc." homepage = "https://www.yfeld.de" documentation = "https://docs.rs/net_ensembles/" readme = "README.md" keywords = ["small-world", "Erdos-Renyi", "random-graph", "ensemble", "graph"] categories = ["science", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/Pardoxa/net_ensembles" [dependencies.average] version = "^0.13" optional = true [dependencies.num-traits] version = "^0.2" [dependencies.permutation] version = "^0.2.5" [dependencies.rand] version = "^0.8" [dependencies.sampling] version = "^0.1.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.transpose] version = "^0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand_pcg] version = "0.3.1" features = ["serde1"] [dev-dependencies.serde_json] version = "1.0" [features] bootstrap = ["average"] default = ["serde_support", "bootstrap"] serde_support = ["serde"]