# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "algostru" version = "0.4.0" authors = ["Gregory Langlais "] description = "Algorithms (algo) and Data Structures (stru)" homepage = "https://crates.io/crates/algostru" readme = "README.md" license = "MIT" repository = "https://github.com/gregl83/algostru" [lib] name = "algostru" path = "src/lib.rs" [[bin]] name = "algostru" path = "src/main.rs" bench = false [dependencies.crossterm] version = "0.18.2" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.24.0" [dependencies.num-bigint] version = "0.3" [dependencies.num-integer] version = "0.1.44" [dependencies.rand] version = "0.7" [dependencies.tui] version = "0.13.0" features = ["crossterm"] default-features = false