# 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 = "ratio-graph" version = "0.21.2" include = [ "**/*.rs", "Cargo.toml", "src/datasets/*.json", ] description = "Ratio's graph manipulation library." homepage = "https://gitlab.com/ratio-case-os/rust/ratio-graph" readme = "README.md" keywords = [ "graph", "algorithms", "mathematics", ] categories = [ "algorithms", "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/ratio-case-os/rust/ratio-graph.git" [dependencies.nalgebra] version = "~0" [dependencies.phf] version = "~0" features = ["macros"] [dependencies.serde] version = "~1" features = ["derive"] optional = true [dependencies.serde_json] version = "~1" [dependencies.snafu] version = "0.8.0" [dependencies.uuid] version = "~1" features = [ "v4", "serde", ] [dev-dependencies.pretty_assertions] version = "~1" [features] default = ["serde"] serde = ["dep:serde"]