# 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 = "grathe" version = "0.2.1" authors = ["Alessio Zanga "] description = "A Rust implementation of a GRAph THEory library." homepage = "https://github.com/AlessioZanga/grathe" documentation = "https://docs.rs/grathe" readme = "README.md" keywords = ["graph", "graph-algorithms", "graph-theory", "networks"] categories = ["algorithms", "data-structures", "mathematics", "science"] license = "Apache-2.0 OR MIT" repository = "https://github.com/AlessioZanga/grathe" resolver = "2" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "./src/docs-header.html"] [package.metadata.vcpkg] git = "https://github.com/AlessioZanga/vcpkg" rev = "patch-openblas" [package.metadata.vcpkg.target.x86_64-apple-darwin] dev-dependencies = ["openblas"] triplet = "x64-osx" [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] dev-dependencies = ["openblas"] triplet = "x64-windows" [package.metadata.vcpkg.target.x86_64-unknown-linux-gnu] dev-dependencies = ["openblas"] triplet = "x64-linux" [dependencies.delegate] version = "^0.6" [dependencies.itertools] version = "^0.10" [dependencies.log] version = "^0.4" [dependencies.ndarray] version = "^0.15" [dependencies.ndarray-linalg] version = "^0.14" [dependencies.ndarray-rand] version = "^0.14" [dependencies.num-complex] version = "^0.4" [dependencies.pest] version = "^2.1" [dependencies.pest_derive] version = "^2.1" [dependencies.sprs] version = "^0.11" [dependencies.thiserror] version = "^1.0" [dev-dependencies.all_asserts] version = "^2.3" [dev-dependencies.anyhow] version = "^1.0" [dev-dependencies.approx] version = "^0.5" [dev-dependencies.generic-tests] version = "^0.1" [dev-dependencies.ndarray] version = "^0.15" features = ["approx-0_5"] [dev-dependencies.ndarray-linalg] version = "^0.14" features = ["openblas-system"] [dev-dependencies.openblas-src] version = "^0.10" features = ["system"] [dev-dependencies.paste] version = "^1.0" [dev-dependencies.tempfile] version = "^3.2"