# 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 = "reverse_search" version = "0.0.8" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of Avis and Fukuda's reverse search algorithm for computing the Minkowski Sums of polytopes." readme = "README.md" license = "MIT" repository = "https://github.com/aurelienwaite/reverse_search" [lib] name = "algorithm" path = "src/algorithm.rs" [[bin]] name = "reverse_search" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.good_lp] version = "1.7.0" features = ["clarabel"] default-features = false [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15.6" features = ["serde"] [dependencies.ndarray-rand] version = "0.14.0" [dependencies.ndarray-stats] version = "0.5.1" [dependencies.serde] version = "1.0.159" features = [ "serde_derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12.2"