# 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 = "aigraph1" version = "0.1.0" description = "Graph serching algorithms" readme = "README.md" license = "MIT" repository = "https://github.com/AOx0/aigraph1" [lib] name = "graph" path = "src/lib.rs" [[bin]] name = "aigraph1" path = "src/main.rs" [[bench]] name = "iai_benchmarks" harness = false [[bench]] name = "criterion_benchmarks" harness = false [dependencies.anyhow] version = "1.0.69" [dependencies.fixedbitset] version = "0.4.2" [dependencies.num] version = "0.4.0" [dependencies.petgraph] version = "0.6.3" [dependencies.text_io] version = "0.1.12" [dependencies.unicase] version = "2.6.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"]