# 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 = "orbweaver" version = "0.16.0" authors = [ "ixpantia ", "Andrés F. Quintero ", ] build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Crate designed for effortless construction and analysis of graph data structures." readme = "README.md" license = "MIT" repository = "https://github.com/ixpantia/orbweaver-rs" [lib] name = "orbweaver" path = "src/lib.rs" [[test]] name = "medium_graph" path = "tests/medium_graph.rs" [[bench]] name = "directed_graph" path = "benches/directed_graph.rs" harness = false [dependencies.flate2] version = "1.0" optional = true [dependencies.fxhash] version = "0.2.1" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.202" features = [ "derive", "rc", ] optional = true [dependencies.serde_cbor] version = "0.11.2" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.ureq] version = "2.9.7" [features] binary = [ "serde", "dep:serde_cbor", "dep:flate2", ] default = [ "serde", "binary", ] serde = ["dep:serde"]