# 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 = "fast-graph" version = "0.1.9" description = "A fast, lightweight and extensible implementation of a graph data structure." homepage = "https://github.com/henke443/fast-graph" documentation = "https://docs.rs/fast-graph" readme = "README.md" keywords = [ "graph", "ecs", "slotmap", "category", "database", ] categories = [ "data-structures", "database", "mathematics", "science::geo", "visualization", ] license = "Apache-2.0" repository = "https://github.com/henke443/fast-graph" [dependencies.hashbrown] version = "0.14.3" features = [ "inline-more", "ahash", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.slotmap] version = "1.0" [dependencies.specta] version = "=2.0.0-rc.7" optional = true [dependencies.tauri-specta] version = "=2.0.0-rc.4" features = [ "javascript", "typescript", ] optional = true [dependencies.thiserror] version = "1.0.58" [features] categories = [] default = [ "hashbrown", "categories", ] hashbrown = [ "dep:hashbrown", "hashbrown/serde", ] serde = [ "dep:serde", "dep:serde_json", "slotmap/serde", ] specta = [ "dep:specta", "dep:tauri-specta", ] std = []