[badges.maintenance]
status = "actively-developed"
[dependencies.rand]
version = "0.7"
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.rand_pcg]
features = ["serde1"]
version = "0.2.1"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["serde_support"]
serde_support = ["serde"]
[package]
authors = ["Yannick Feld"]
categories = ["science", "mathematics"]
description = "Erdős-Rényi and small world ensembles. For simple sampling, Markov chains etc."
documentation = "https://pardoxa.github.io/net_ensembles/v0.2.2/doc/net_ensembles/"
edition = "2018"
exclude = ["TestData/*", "tests/*"]
homepage = "https://www.yfeld.de/Library.html"
keywords = ["small-world", "Erdos-Renyi", "random-graph", "ensemble", "graph"]
license = "MIT OR Apache-2.0"
name = "net_ensembles"
readme = "README.md"
repository = "https://github.com/Pardoxa/net_ensembles"
version = "0.2.2"