# 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 = "dogs" version = "1.3.0" authors = ["luc libralesso "] description = "Discrete Optimization Global Search framework. Implements various search algorithms that can be found in combinatorial optimization or heuristic search." keywords = ["combinatorial", "optimization", "search", "heuristic", "solver"] license = "MIT" [lib] path = "src/lib.rs" [[bench]] name = "fib" harness = false [dependencies.bit-set] version = "0.5.2" [dependencies.fxhash] version = "0.2.1" [dependencies.human_format] version = "1.0" [dependencies.min-max-heap] version = "1.3.0" [dependencies.ordered-float] version = "2.0.0" [dependencies.rand] version = "0.8.3" [dependencies.rl-bandit] version = "1.0.2" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dev-dependencies.criterion] version = "0.3"