graph-simulation 0.1.28

A library for simulation algorithm
Documentation
# 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 = "graph-simulation"
version = "0.1.28"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for simulation algorithm"
readme = "README.md"
license = "MIT"

[lib]
name = "graph_simulation"
path = "src/lib.rs"

[[test]]
name = "inter"
path = "tests/inter.rs"

[[test]]
name = "native"
path = "tests/native.rs"

[[test]]
name = "simulation_test"
path = "tests/simulation_test.rs"

[[bench]]
name = "simulation"
path = "benches/simulation.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.graph-base]
version = "0.1.14"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.27"

[dependencies.rand]
version = "0.9.1"

[dependencies.rand_pcg]
version = "0.9.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.criterion]
version = "0.5"